Releases: tonsky/datascript
Releases · tonsky/datascript
0.16.4
- Support string tempids (#251, PR #252, thx Kenny Williams)
- Better compatibility with JS / CLJS 1.9.946 (aget, aset on plain objects)
- Added
rseek-datoms(#253, PR #254, thx Jeremy Taylor) - Object.equals for entites (PR #255, thx Camilo Roca)
0.16.3
0.16.2
0.16.1
0.16.0
- Fixed infinite loop in parser on CLJS 1.9.456+ (#210)
- Added
contains?to built-ins (#211) - Fixed handling of false values in entity cache (PR #198, thx Brandon Bloom)
- Fixed issue when string values were interpreted as lookup refs (#214)
- Speed up rschema calculation (#192, thx Andre R.)
- Optimize generated JS code by declaring fn arities (#197)
- [ BREAKING ] Removed ^:exports from
datascript.coreto enable dead code elimination (#191). This should only affect you if you were using DataScript from JS and were importingdatascript.coredirectly
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
get-elsethrows ifnilis used for default value- JS API: Do not keywordize attribute names in schema (PR #155, issue #153, thx typeetfunc)
init-dbsets correctmax-eidwhen processing facts about transactions (PR #164, issue #163, thx Nick Alexander)