Skip to content

Releases: kysely-org/kysely

0.16.8

21 Jan 18:23
Compare
Choose a tag to compare
  • Add a RawBuilder constructor that can be easily used without a Kysely instance.

0.16.7

20 Jan 14:07
Compare
Choose a tag to compare

0.16.6

13 Jan 00:15
Compare
Choose a tag to compare

Fix bug where RuntimeDriver was accidentally passed to dialect driver methods.

0.16.5

12 Jan 08:38
Compare
Choose a tag to compare

Remove mostly useless PrimitiveValue type. This should improve compatibility with deno and browsers.

0.16.4

10 Jan 17:07
Compare
Choose a tag to compare

Use string literals in dynamic imports to make esbuild happy.

0.16.3

10 Jan 12:52
Compare
Choose a tag to compare

Add ref method to ExpressionBuilder.

0.16.2

09 Jan 13:39
Compare
Choose a tag to compare

Make Buffer optional. Required to make certain features work in browsers and deno.

0.16.1

08 Jan 13:58
Compare
Choose a tag to compare

Add couple of missing .js extensions to imports.

0.16.0

07 Jan 17:45
Compare
Choose a tag to compare
  • 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

06 Jan 12:21
Compare
Choose a tag to compare

Add a forgotten exports to package.json file for the index-nodeless file.