Releases: tonsky/datascript
Releases · tonsky/datascript
1.5.4
- Fixed:
:xform
is not called on ref attributes #455
1.5.3
- Added:
d/reset-schema!
, d/with-schema
- JVM: Return
nil
from d/restore-conn
if there is no db
- Do not throw from d/touch when finding hanging refs
1.5.2
- JVM: Fixed
d/collect-garbage
- JVM: Return nil instead of throwing from
d/restore
if there is no db
1.5.1
- CLJS: Fixed shadow-cljs warning
1.5.0
- JVM: Storage!
d/storage
, d/store
, d/restore
, d/addresses
, d/collect-garbage
, d/file-storage
, d/restore-conn
. See docs/storage.md for details
d/settings
and per-database :branching-factor
(passed via :opts)
- New API:
d/find-datom
. Works like d/datoms
, but only returns single datom, but is faster than (first (d/datoms ...))
- CLJS: Optimized various parts of CLJS version related to compilation and index access
1.4.2
- Entity should return nil for numeric eids that don't correspond to entities #447 #448 via @lynaghk
1.4.1
- Allow the use of lookup refs in get-else and get-some #446 via @jjttjj
1.4.0
- Bump persistent-sorted-set to 0.2.3
- Improve performance of getter-fn and tuple-key-fn #438 via @bsless
1.3.15
- Performance improvement in JVM version #436 via @bsless