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)