v0.5.0
🚨 Breaking Changes
- Split
useIdbMemoryStorageinto./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)