Skip to content

Releases: tonsky/datascript

1.2.9

Choose a tag to compare

@tonsky tonsky released this 01 Nov 17:38

1.2.8

Choose a tag to compare

@tonsky tonsky released this 24 Aug 01:49
  • Data retracted incorrectly in CLJS #404

1.2.7

Choose a tag to compare

@tonsky tonsky released this 23 Aug 21:20
  • Data retracted incorrectly in CLJS #404

1.2.6

Choose a tag to compare

@tonsky tonsky released this 15 Aug 17:50
  • Tempid resolution fails in some cases #403

1.2.5

Choose a tag to compare

@tonsky tonsky released this 06 Aug 16:46
  • Special case Inf/-Inf and NaN in serializer since JSON can’t hold them #402

1.2.4

Choose a tag to compare

@tonsky tonsky released this 03 Aug 22:46
  • 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

Choose a tag to compare

@tonsky tonsky released this 29 Jul 11:42

1.2.2

Choose a tag to compare

@tonsky tonsky released this 29 Jun 07:53
  • Bump persistent-sorted-set to 0.1.3 in deps.edn too #396 thx @fversnel

1.2.1

Choose a tag to compare

@tonsky tonsky released this 23 Jun 16:00

1.2.0

Choose a tag to compare

@tonsky tonsky released this 21 Jun 11:22

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