Releases: tonsky/datascript
Releases · tonsky/datascript
1.7.4
- Patch es6 iterators not having Symbol.iterator function #479 #249 via @kasbah
- Fixed not-join not working properly with empty relations #481
1.7.2
- Regression: transacting many ref value as a set of inline maps #476
1.6.4
- Implement “constant substitution” optimization for queries #462
- Fixed :max-eid for dangling entities during reader-based serialization #463
- Fixed tempid in unique refs #464
- Pass through BigInteger/BigDeciman to freeze-fn in serializable #465 #466
1.6.2
- Query: shortcircuit clause resolution when result is guaranteed to be empty #459 via @galdre
1.6.1
- Fixed JS version bug caused by Conn rewrite