Releases: tonsky/datascript
Releases · tonsky/datascript
1.7.3
1.7.2
1.7.1
1.7.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
- [ BREAKING ] Implement Conn as a single atom with extend-clj
- Only breaking if you relied on getting listneres from Conn meta
- Before:
@(:listeners (meta conn))
- After:
(:listeners @(:atom conn))
- prevent explosion of redundant tuples during rule solving #457, thx @RutledgePaulV