3.0.0 (2024-10-24)
- This change introduces an error where previously there was none, which may affect existing code that accidentally extended the Prisma client multiple times.
- throw error if Prisma client is already extended with Kysely (e05b789)
- throw error if Prisma client is already extended with Kysely (f826055)
2.1.0 (2024-01-27)
- add support for esm builds (74b77cf), closes #43
- configure dual package build with esm and cjs (a05391a)
2.0.0 (2024-01-20)
- Remove the $kyselyQuery and $kyselyExecute methods.
- Change the way the extension is initialized.
- enable use of kysely in prisma's interactive transactions (04865ee)
- overhaul extension to work as a kysely driver to enable plugins and a more fluent qpi (60d8040), closes #29
1.0.4 (2024-01-17)
- deps: update prisma monorepo to v5.8.1 (f9768c6)
1.0.3 (2024-01-11)
- deps: update prisma monorepo to v5.7.0 (1435419)
- deps: update prisma monorepo to v5.7.1 (97eccc8)
- deps: update prisma monorepo to v5.8.0 (3e222ac)
1.0.2 (2023-12-01)
- npm: add prepack script (e308104)
1.0.1 (2023-11-28)
- deps: update prisma monorepo to v5 (9de0e57)
- npm: add missing license field to package.json (98de68d)
- implement prisma extension (ba534d6)