Skip to content

Releases: vlcn-io/cr-sqlite

v0.15.1-next.0

11 Sep 18:43
Compare
Choose a tag to compare
v0.15.1-next.0 Pre-release
Pre-release
publish automigrate and fractional index fix

v0.15.0

08 Sep 01:04
Compare
Choose a tag to compare

v0.15.0-next.2

31 Aug 10:48
Compare
Choose a tag to compare
publish re-insert fixes preview release

prebuild-test.android6

21 Aug 18:45
Compare
Choose a tag to compare
Pre-release
add api version into target triple for linking

prebuild-test.android5

21 Aug 18:08
Compare
Choose a tag to compare
Pre-release
temporarily hard code hostarch

v0.15.0-next.1

17 Aug 12:56
Compare
Choose a tag to compare
deploy another iteration of v0.15

prebuild-test.ios5

12 Aug 11:17
Compare
Choose a tag to compare
prebuild-test.ios5 Pre-release
Pre-release
fixup expo script for building xcframework -- ${var}

v0.15.0-next.0

09 Aug 20:31
Compare
Choose a tag to compare
v0.15.0-next.0 Pre-release
Pre-release
  • Reduce CRDT metadata size by 15 bytes per cell
    • Can still get 20 bytes more savings per cell. For a future release.
  • Rename all API methods to be consistently snake cased
  • Add a websocket server that can be easily integrated into existing node servers
  • Add a websocket client that can run on React Native, the browser, electron, etc.
  • Enable rows to be un-deleted. No more delete wins!

v0.14.0

12 Jul 15:50
Compare
Choose a tag to compare
promote next to main release

v0.14.0-next.0

06 Jul 16:29
Compare
Choose a tag to compare
  • binary encoding of primary keys from crsql_changes
  • native encoding of value types from crsql_changes
  • cache prepared statements used in merging and crsql_changes reading
  • json encoder fixes around bigints
  • workaround for webkit JIT crashes