Skip to content

Releases: valtyr/prisma-kysely

v1.4.1

17 May 14:55
b8e8229

Choose a tag to compare

Patch Changes

  • 36393b6: Bugfix: revert to own generated type, that supports ColumnType

v1.4.0

16 May 13:30
c41ff30

Choose a tag to compare

Minor Changes

  • 3288b72: Support @Map statement for enum values (Thank you @jvandenaardweg 🔥🇳🇱)
  • 299de40: Adds support for Kysely's GeneratedAlways through a new config parameter readOnlyIds. The generated type file no longer includes and exports the Generated generic.
  • 66019e8: Brings back support for implicit many to many models after DMMF changes introduced in new version of Prisma

Patch Changes

  • 2659cc3: Now using narrower types for enum objects bringing prisma-kysely's enums in line with prisma-client-js (Thank you @jvandenaardweg 🎉)

v1.3.0

15 May 00:48
49a110b

Choose a tag to compare

Minor Changes

v1.2.1

04 May 20:41
58a09e4

Choose a tag to compare

Patch Changes

  • ff5bc59: Add object declarations for enums, that can be used (among other things) for runtime validation. Thanks @jvandenaardweg for the idea! 😎👍

v1.2.0

24 Apr 16:53
f183ddf

Choose a tag to compare

Minor Changes

  • 533e41e: Pass Prisma comments on Prisma fields to the generated TypeScript types (Thank you @zeferinix 🥳)
  • 8892135: Add support for field level map and update core dependencies

v1.1.0

03 Apr 12:50
b75579c

Choose a tag to compare

Minor Changes

  • 7ab12d5: The first minor version bump 😮. Turns out some of the type maps were wrong. This update corrects BigInt and Decimal types for all dialects, and corrects the DateTime type for SQLite.

v1.0.11

02 Apr 21:27
07f4c09

Choose a tag to compare

Patch Changes

v1.0.4

05 Mar 18:02

Choose a tag to compare

Updated README for npm.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Mar 23:15

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.3

v1.0.1

04 Mar 23:05

Choose a tag to compare

  • The package.json file had the wrong name listed for the binary 😨. That should be fixed in this version.

Full Changelog: 1.0.0...v1.0.1