Skip to content

Releases: valtyr/prisma-kysely

v3.1.0

18 Feb 04:44
502467a

Choose a tag to compare

Minor Changes

  • 71a8e10: Add banner configuration option to allow users to prepend custom content (imports, pragmas, comments) to generated files.

v3.0.0

12 Jan 15:45
310e82a

Choose a tag to compare

Major Changes

  • c25e269: Support Prisma 7.0.0+

    To upgrade:

    • Ensure you are using Bun, or Node.js >=22.x
    • Update your Prisma dependency to 7.0.0 or later
    • Review the Prisma 7.0.0 upgrade guide
    • Move your database url to the prisma.config.ts file

v2.3.0

09 Jan 12:38
7b788c8

Choose a tag to compare

Minor Changes

  • c038a9e: support prisma >=6.2 <7.0

v2.2.1

19 Sep 09:02
0995e84

Choose a tag to compare

Patch Changes

v2.2.0

02 Sep 05:14
bcfe69b

Choose a tag to compare

Minor Changes

  • f3d93bc: Introduce the exportWrappedTypes option for exporting types wrapped in Kysely's Selectable, Insertable and Updatable helpers

v2.1.0

01 Sep 08:12
2e44b04

Choose a tag to compare

Minor Changes

  • 37bcf6d: Support the Json type with SQLite

v2.0.0

01 Sep 00:22
db3ee92

Choose a tag to compare

Major Changes

  • 8fab339: Support for prisma 6.10.1

Minor Changes

  • 8fab339: Add groupBySchema to group types and enums under a namespace
  • 8fab339: Move from Node 16 to Node 24
  • 8fab339: Add dbTypeName

Patch Changes

  • 8fab339: Use node:sqlite inside tests
  • 8fab339: Handle enum primary keys on many-to-many relationships

v1.8.0

09 Feb 11:14
0f27e41

Choose a tag to compare

Minor Changes

  • 4526321: Added support for the Kysely SQL Server dialect Awesome work from @dylel 🎊

Patch Changes

v1.7.1

25 Sep 00:51
574a8c0

Choose a tag to compare

Patch Changes

  • 22a1e5c: Fixes array types (Thanks Karrui! 🥳🇸🇬)
  • 21980b2: Updates dependencies that were throwing deprectaion warnings. (Thank you @delight! 🍺)

v1.7.0

27 Aug 19:07
88fd7bc

Choose a tag to compare

Minor Changes

  • bf0ccf6: Implicit many to many relations are finally fixed thanks to @dextertanyj 🇸🇬🎉🥂. Huge thanks to him!