Releases: valtyr/prisma-kysely
Releases · valtyr/prisma-kysely
v1.4.1
v1.4.0
Minor Changes
- 3288b72: Support @Map statement for enum values (Thank you @jvandenaardweg 🔥🇳🇱)
- 299de40: Adds support for Kysely's
GeneratedAlwaysthrough a new config parameterreadOnlyIds. The generated type file no longer includes and exports theGeneratedgeneric. - 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 withprisma-client-js(Thank you @jvandenaardweg 🎉)
v1.3.0
Minor Changes
- a96f2d7: Add option to output runtime enums to a separate file (Thank you @juliusmarminge! 🇸🇪🎉)
v1.2.1
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
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
v1.0.11
v1.0.4
Updated README for npm.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.1...v1.0.3
v1.0.1
- 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