All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
0.2.2 - 2018-07-03
- Testing with test.check
- Fixed mock Log implementation so that txRange responds well to nil, Dates or transaction entids as bounds
- Tests for Clojure 1.6 - incompatible with test.check
0.2.1 - 2018-06-15
- tests for datomic.api/settable-future.
- datomic.api/transact no longer throws when the transaction fails.
0.2.0 - 2017-03-01
- Log API support
- dependencies versions for tests
- mock-conn fn (atom-based implementation of datomic.Connection)
- fork-conn fn
- empty-db fn
- tests