Releases: kysely-org/kysely
Releases · kysely-org/kysely
0.16.8
- Add a
RawBuilder
constructor that can be easily used without a Kysely
instance.
0.16.6
Fix bug where RuntimeDriver was accidentally passed to dialect driver methods.
0.16.5
Remove mostly useless PrimitiveValue
type. This should improve compatibility with deno and browsers.
0.16.4
Use string literals in dynamic imports to make esbuild happy.
0.16.3
Add ref method to ExpressionBuilder
.
0.16.2
Make Buffer
optional. Required to make certain features work in browsers and deno.
0.16.1
Add couple of missing .js
extensions to imports.
0.16.0
- Fix issue with esbuild class transform #49
Breaking changes
The first two arguments of FileMigrationProvider have been removed.
Sorry for making this many breaking changes so fast. The API is finding its shape and things will calm down soon. I promise 😊
0.15.3
Add a forgotten exports to package.json file for the index-nodeless file.