Skip to content

Releases: kysely-org/kysely

0.21.5

28 Aug 07:17
Compare
Choose a tag to compare
  • Enable returning for sqlite. Thank you @waynebloss ❀️

0.21.4

21 Aug 05:23
Compare
Choose a tag to compare
  • Add cascade method to drop table, drop schema, drop view and drop index builders. Thank you @jaym910 ❀️

0.21.3

10 Aug 17:03
Compare
Choose a tag to compare

0.21.2

10 Aug 13:44
Compare
Choose a tag to compare

0.21.1

08 Aug 16:29
Compare
Choose a tag to compare

0.21.0

07 Aug 17:19
Compare
Choose a tag to compare
  • Fix corner case bugs in withSchema
  • Make postgres cursor compatible with pg-cursor typings

Breaking changes

The internal "operation node tree" changed a little bit. This only affects you if you've implemented a custom plugin or are doing something funky with the node tree. The only change is the new node SchemableIdentifier that's used by TableNode and a small set of other nodes that can have a schema.

0.20.1

06 Aug 08:13
Compare
Choose a tag to compare
  • Fixes #131
  • Exports WithSchemaPlugin

0.20.0

28 Jul 09:37
Compare
Choose a tag to compare

0.19.12

21 Jul 10:41
Compare
Choose a tag to compare

Fixes a potential security issue #121. Thank you @DavesBorges ❀️

0.19.11

19 Jul 11:33
Compare
Choose a tag to compare