Releases: subframe7536/sqlite-wasm
Releases · subframe7536/sqlite-wasm
v0.5.5
🐞 Bug Fixes
- Emsdk 4.0.6 & sqlite 3.50.0 #10 - by @subframe7536 in #10 (ca291)
View changes on GitHub
v0.5.4
Upgrade sqlite to 3.49.0, wa-sqlite to 1.0.7
View changes on GitHub
v0.5.3
v0.5.2
🚀 Features
- SQLite 3.48.0 with EMSDK 4.0.1 - by @subframe7536
- Improve iterator - by @subframe7536 (b56e0)
reopen()
andparseOpenV2Flag()
utils #7 - by @subframe7536 in #7 (ebd30)
View changes on GitHub
v0.5.1
🚀 Features
- Iterator util - by @subframe7536 (0bd58)
🐞 Bug Fixes
- Resolve
SQLiteAPI
- by @subframe7536 (a049a)
View changes on GitHub
v0.5.0
🚨 Breaking Changes
- Split
useIdbMemoryStorage
into./idb-memory
- by @subframe7536 (e4661)
🚀 Features
- Setup default mode - by @subframe7536 (b93fb)
- Upgrade to sqlite 3.47.2 - by @subframe7536 (1fe58)
- Import and export #1 - by @subframe7536 in #1 (bc5ad)
- Add sync function in
SQLiteDB
- by @subframe7536 (1b72a) - ImportDatabaseToOpfs, importDatabaseToIdb - by @subframe7536 (86b93)
- Extract common and simplify export opfs - by @subframe7536 (42985)
- Opfs vfs checker - by @subframe7536 (a226d)
- Dump vfs and onDone hook - by @subframe7536 (11ab5)
- Fix import when using
useIdbMemoryStorage
- by @subframe7536 (d75c4) - Add
useFsHandleStorage
- by @subframe7536 (abfc1)
🐞 Bug Fixes
- Type correct and bundle #1 - by @subframe7536 in #1 (39a41)
- Use promise instead of await when checking opfs support #3 - by @subframe7536 in #3 (315b5)
- Await beforeOpen - by @subframe7536 (285d6)
- Do not create file when export - by @subframe7536 (af0d6)
- Release lock - by @subframe7536 (afcce)
View changes on GitHub
v0.5.0-beta.2
🚀 Features
- ImportDatabaseToOpfs, importDatabaseToIdb - by @subframe7536 (86b93)
- Extract common and simplify export opfs - by @subframe7536 (42985)
- Opfs vfs checker - by @subframe7536 (a226d)
- Dump vfs and onDone hook - by @subframe7536 (11ab5)
- Fix import when using
useIdbMemoryStorage
- by @subframe7536 (d75c4) - Add
useFsHandleStorage
- by @subframe7536 (abfc1)
🐞 Bug Fixes
- Await beforeOpen - by @subframe7536 (285d6)
- Do not create file when export - by @subframe7536 (af0d6)
- Release lock - by @subframe7536 (afcce)
View changes on GitHub
v0.5.0-beta.1
🚨 Breaking Changes
- Split
useIdbMemoryStorage
into./idb-memory
- by @subframe7536 (e4661)
🚀 Features
- Setup default mode - by @subframe7536 (b93fb)
- Upgrade to sqlite 3.47.2 - by @subframe7536 (1fe58)
- Import and export #1 - by @subframe7536 in #1 (bc5ad)
- Add sync function in
SQLiteDB
- by @subframe7536 (1b72a)
🐞 Bug Fixes
- Type correct and bundle #1 - by @subframe7536 in #1 (39a41)
- Use promise instead of await when checking opfs support #3 - by @subframe7536 in #3 (315b5)