Releases: rhashimoto/wa-sqlite
Releases · rhashimoto/wa-sqlite
v1.0.0-beta0
Test release for 1.0. Contains breaking changes.
v0.9.13
What's Changed
- Rebuild on changes to Javascript libraries by @joeyates in #162
- Bugfix: Avoid dot notation in minified Javascript by @joeyates in #163
- Dependabot recommended updates by @rhashimoto in #166
New Contributors
Full Changelog: v0.9.12...v0.9.13
v0.9.12
v0.9.11
What's Changed
- Fix #143 for Safari (no ArrayBuffer.prototype.detached) by @rhashimoto in #148
Full Changelog: v0.9.10...v0.9.11
v0.9.10
What's Changed
- File demo tweaks by @rhashimoto in #126
- Makefile rewrite by @rhashimoto in #127
- Fix #110. Ensure metadata is written on xSync. by @rhashimoto in #130
- remove unused
deps
target by @tantaman in #132 - Pass 64-bit arguments to javascript with Emscripten legalization. by @rhashimoto in #135
- Export all SQLite3 API functions, plus Emscripten utilities. by @rhashimoto in #136
- Update follow-redirects per Dependabot. by @rhashimoto in #144
- Fix #143. Handle detached buffers in IDBBatchAtomicVFS. by @rhashimoto in #146
New Contributors
Full Changelog: v0.9.9...v0.9.10
v0.9.9
What's Changed
- Create database import demo by @rhashimoto in #121
- Fix file demo imports. by @rhashimoto in #122
- Fix file demo for multi-chunk header. by @rhashimoto in #123
- Add export to file demo. by @rhashimoto in #124
- Update to SQLite 3.44.0 by @rhashimoto in #125
Full Changelog: v0.9.8...v0.9.9
v0.9.8
This release fixes a critical IDBBatchAtomicVFS bug that could lead to database corruption under certain conditions.
What's Changed
- Fix #118. Inconsistent file size bug. by @rhashimoto in #119
Full Changelog: v0.9.6...v0.9.8
v0.9.6
v0.9.5
What's Changed
- Add typescript missing constants by @rhashimoto in #103
- Add proof-of-concept demo for retrying VFS idea. by @rhashimoto in #106
- Fix SharedService clientId locking with multiple services. by @rhashimoto in #107
- Update SQLite to 3.43.1. by @rhashimoto in #113
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Add progress_handler(). by @rhashimoto in #91
- Add SharedService alternative demo using service worker by @rhashimoto in #95
- Code improvements for SharedService-sw. by @rhashimoto in #96
- Align SharedService implementations. by @rhashimoto in #97
- Fix SharedService.js import in Worker. by @rhashimoto in #98
- Add demos that use sync OPFS and ES6 module Worker by @rhashimoto in #92
- Update to SQLite 3.42.0. by @rhashimoto in #101
- Fix bug in AccessHandlePoolVFS path association management. by @rhashimoto in #102
Full Changelog: v0.9.3...v0.9.4