Releases: graphql-nexus/nexus-plugin-prisma
Releases · graphql-nexus/nexus-plugin-prisma
0.35.0
Features
- 583929e update prisma to 2.23.x (#1072)
- af7fef1 export BaseRelationOptions type (#1048)
- 7e3a092 update prisma to v2.21.2 (#1066)
Fixes
Improvements
Chores
- 2d62a3f bump lodash from 4.17.20 to 4.17.21 in /examples/blog (#1084)
- 01e2743 bump lodash from 4.17.20 to 4.17.21 in /examples/hello-world (#1083)
- a92c88f bump hosted-git-info from 2.8.8 to 2.8.9 in /examples/blog (#1082)
- 351aebe Update some dependencies in the "blog" example (#1079)
- 69ce9fa bump hosted-git-info from 2.8.8 to 2.8.9 in /examples/hello-world (#1081)
- a9e68af bump hosted-git-info from 2.8.8 to 2.8.9 (#1078)
- 0c3dc4e bump url-parse from 1.4.7 to 1.5.1 (#1077)
next
None since last stable.
0.34.1
0.34.0
0.33.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
BREAKING CHANGES
- b5588e0 support for prisma 2.14
Peer dep requirements for @prisma/client moved from 2.13.x to 2.14.x. In practice 2.13 should still work, but we do not test this package
against it officially.
Features
- b5588e0 (breaking) support for prisma 2.14
- bade4b7 replace deprecated findOne with findUnique (#1010)
- 31f7874 Add CommonFieldConfig to NexusPrismaScalarOpts (#989)
Improvements
- 9242206 deps: update non-prisma to latest