v0.5.7
🚀 Features
- builder:
- Add afterRollback hook - by @subframe7536 (c46b8)
- Execute sync in transaction and normalize hooks - by @subframe7536 (e88d6)
- Make
skipSyncWhenSame
required - by @subframe7536 (a503c) - Normalize transaction trigger name - by @subframe7536 (86085)
- Change TableUpdater return type and fix transaction bugs - by @subframe7536 (821fa)
- dialect-bun-worker:
- Use built-in EventEmitter instead of zen-mitt - by @subframe7536 (9b4bc)
- dialect-sqlite-worker:
- Custom worker path - by @subframe7536 (6758f)
- plugin:
- Optimize json check and skip date parse inside json - by @subframe7536 (3baee)
- utils:
- Merge param using
JSON.stringify
- by @subframe7536 (cf211) - Improve pragma type - by @subframe7536 (1e293)
- Merge param using
🐞 Bug Fixes
- dialect-bun-worker: Cache should use .query instead of .prepare - by @subframe7536 (f4b82)
- plugin: Deserialize array - by @subframe7536 (048ef)