Releases: subframe7536/kysely-sqlite-tools
Releases · subframe7536/kysely-sqlite-tools
v0.4.5
🚀 Features
- builder: Add skip same version option - by @subframe7536 (f474f)
- plugin: Rename SqliteSerializePlugin to SerializePlugin - by @subframe7536 (8980a)
🐞 Bug Fixes
- dialect-wasm: Fix sqljs onWrite arguments error - by @subframe7536 (453c6)
View changes on GitHub
v0.4.4
🐞 Bug Fixes
- builder: Fix missing exports and rename functions - by @subframe7536 (bf53a)
View changes on GitHub
v0.4.3
🐞 Bug Fixes
- builder: Fix missing excludeTablePrefix and autoSync log - by @subframe7536 (f5e07)
- dialect-bun-worker: Fill the missing package.json files - by @subframe7536 (636ef)
- plugin: Skip stringify string - by @subframe7536 (5cd31)
View changes on GitHub
v0.4.2
🚨 Breaking Changes
- builder: Improve type and define column util - by @subframe7536 (09ffc)
🐞 Bug Fixes
- plugin: Handle stringify error and extract common function - by @subframe7536 (ef78c)
View changes on GitHub
v0.4.0
🚨 Breaking Changes
- all worker dialects:
- Remove built-in pragmas - by @subframe7536 (0d673)
- builder:
- ExecOne->execTakeFirst, execList->execTakeList, execCompiledRows->execCompiledTakeList - by @subframe7536 (ba64f)
- Split table update logic, fix transaction using savepoint - by @subframe7536 (22ee1)
🚀 Features
- builder:
- Destroy(), setParam() parameter change, type & jsdoc improve - by @subframe7536 (37e4e)
- Convert db state to const object - by @subframe7536 (a6551)
- dialect-bun-worker:
- Init - by @subframe7536 (cf1d1)
- plugin:
- Transform all queries instead of select only - by @subframe7536 (b25e0)
- Add option for only transform select and raw sql - by @subframe7536 (58f3e)
🐞 Bug Fixes
- dialect-sqlite-worker: Fix incorrect type import and unless await - by @subframe7536 (5171a)
- dialect-wasqlite-worker: Make raw query return all info - by @subframe7536 (d6ebb)
View changes on GitHub
v0.3.8
🚀 Features
- builder: Add support for precompile - by @subframe7536 (1243e)
- dialect-tauri: Add support for mysql and postgres - by @subframe7536 (54e4e)
🐞 Bug Fixes
- builder:
- Fix preCompile return type - by @subframe7536 (b1b46)
- Fix compiled return type infer - by @subframe7536 (05259)
- plugin:
- Skip serialize string - by @subframe7536 (b25e0)
View changes on GitHub
v0.3.7
🚀 Features
- builder: Reuse transaction and improve type - by @subframe7536 (51ba4)
View changes on GitHub
v0.3.6
🚨 Breaking Changes
- builder: Add logger option - by @subframe7536 (ccd34)
🚀 Features
- builder: Add execOne && execList function - by @subframe7536 (1319a)
- dialect-tauri: Improve type - by @subframe7536 (d5180)
- dialect-wasqlite-worker: Make wasm url optional - by @subframe7536 (81631)
View changes on GitHub
v0.3.5
🚀 Features
- dialect-worker: Add option to use built-in pragma - by @subframe7536 (97594)
🐞 Bug Fixes
- dialect-wasm: Improve types - by @subframe7536 (feb90)
View changes on GitHub
v0.3.4
🚀 Features
- dialect-tauri: Add support for promise db instance - by @subframe7536 (5aa31)
🐞 Bug Fixes
- dialect-tauri: Correct the type of TauriSqlDB.close() - by @subframe7536 (4fde7)