Releases: subframe7536/kysely-sqlite-builder
Releases · subframe7536/kysely-sqlite-builder
v0.11.0
🚨 Breaking Changes
- Externalize soft delete sqlite builder - by @subframe7536 (701c0)
- Refactor
useSchema
anddefineTable
, addreplaceInto
#1
🚀 Features
- Add log level option - by @subframe7536 (90b3f)
- Expose SchemaSyncOptions type - by @subframe7536 (17f7c)
View changes on GitHub
v0.10.0
🚀 Features
- ExecuteSQL support more types - by @subframe7536 (c5232)
- Reuse executeSQL - by @subframe7536 (49323)
- Improve schema sync - by @subframe7536 (8feba)
View changes on GitHub
v0.9.1
🚀 Features
- Expose executeSQL and fix schema migrater - by @subframe7536 (d1020)
View changes on GitHub
v0.9.0
🚨 Breaking Changes
- Externalize unplugin - by @subframe7536 (29400)
🚀 Features
- Improve unplugin transformer - by @subframe7536 (51d89)