Releases: graphql-nexus/nexus-plugin-prisma
0.27.0
0.26.0
0.25.0
Breaking Changes
Add support for [email protected]
You must use @prisma/[email protected]
Add support for [email protected]
You must use @nexus/[email protected]
All Changes
Features
- 673f0a3 (breaking) add support for [email protected] (#960)
- 51c5554 (breaking) add support for [email protected] (#965)
Docs
Chores
0.24.0
0.23.1
0.23.0
Breaking Changes
-
56913a3 upgrade prisma to 2.10.0 (#913)
[email protected] is not compatible with Prisma versions lower than 2.10.0
Features
Fixes
- 989ec59 handle json types when converting nulls to undefined (#877)
- 4df6901 bump object-path from 0.11.4 to 0.11.5 (#905)
Improvements
- 21a1cfb deps: update peer dep @nexus/schema to ^0.15.0 || ^0.16.0 || ^0.17.0 (#917)
- ab8a901 deps: update dependency fs-jetpack to v4 (#911)
Chores
- 6f31fdc add test for json null -> undefined transformation (#912)
- 13a5102 remove unused dev dep
- 5458d5b update spelling, grammar, and contribution guide information (#900)
- d55a23b build script
- 81943c0 update postgres docker tag to v10.14 (#811)
- 674cb62 bump bl from 2.2.0 to 2.2.1 (#818)
- 839c35c pin dependency dripip to 0.10.0 (#898)
- 177dfac update devdependencies (major) (major) (#643
0.22.0
0.21.0
0.20.0
BREAKING CHANGES
-
f8a017c remove framework support (#839)
Development of Nexus Framework has ended. Please read our announcement issue at nxs.li/unframework/about for details.
Please follow our migration guide at nxs.li/unframework/migrate to start using Nexus Schema.Please note that Prisma dependencies are no longer bundled. You are required to install
@prisma/client
. As a development dependency you must also add@prisma/cli
. You should respect the advisory peer-dependency warnings about which versions of@prisma/*
are supported for a given version ofnexus-plugin-prisma
. If you do not, you will likely encounter static and/or runtime errors in your project.