Releases: vlcn-io/cr-sqlite
Releases · vlcn-io/cr-sqlite
v0.15.1-next.0
publish automigrate and fractional index fix
v0.15.0
full release notes: https://github.com/vlcn-io/cr-sqlite/discussions/346
v0.15.0-next.2
publish re-insert fixes preview release
prebuild-test.android6
add api version into target triple for linking
prebuild-test.android5
temporarily hard code hostarch
v0.15.0-next.1
deploy another iteration of v0.15
prebuild-test.ios5
fixup expo script for building xcframework -- ${var}
v0.15.0-next.0
- 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
promote next to main release
v0.14.0-next.0
- 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