Skip to content

Releases: tonsky/datascript

1.2.4

03 Aug 22:46
Compare
Choose a tag to compare
  • Allow specifying tuples in inserts/upserts when their value fully matches all the attrs in DB #400
  • Bump persistent-sorted-set to 0.1.4

1.2.3

29 Jul 11:42
Compare
Choose a tag to compare

1.2.2

29 Jun 07:53
Compare
Choose a tag to compare
  • Bump persistent-sorted-set to 0.1.3 in deps.edn too #396 thx @fversnel

1.2.1

23 Jun 16:00
Compare
Choose a tag to compare

1.2.0

21 Jun 11:22
Compare
Choose a tag to compare

New serialization: datascript.core/serializable & datascript.core/from-serializable. Prepares database for fast to/from JSON serialization.

In some benchmarks, CLJS version of datascript.serialize + JSON.stringify/.parse lead to 10x faster snapshot reads, 3x faster snapshot writes, at roughly the same snapshot size (maybe 10% smaller). All numbres compared https://github.com/tonsky/datascript-transit.

image

1.1.0

19 Apr 20:51
Compare
Choose a tag to compare
  • [ Breaking ] Remove ISeqable from DB/FilteredDB as it was breaking keys #393

1.0.7

06 Mar 18:22
Compare
Choose a tag to compare

1.0.6

06 Mar 18:14
Compare
Choose a tag to compare

1.0.5

02 Mar 22:31
Compare
Choose a tag to compare
  • Fixed empty non-queried relation not affecting results #385

1.0.4

13 Feb 15:49
Compare
Choose a tag to compare