Releases: graphql-nexus/nexus-prisma
Releases · graphql-nexus/nexus-prisma
0.33.0
0.32.0
0.31.0
BREAKING CHANGES
-
e007721 remove support for prisma 2.17
-
b7c7927 support prisma 2.30 (#114)
You must now use
@prisma/client@^2.29
Features
Fixes
Improvements
- 6b51b78 improve: make ts-node explicit optional peer-dep (#123)
- 881f740 improve: pretty error message on ts-node import error (#122)
- 671c690 improve: lazy load ts-node as needed (#121)
- c5d7c15 improve: show disable guide in peer dep messages (#118)
- 8e61651 docs: mention patch ver support policy
- ba01ebe tests: test past prsima client versions (#117)
- e007721 (breaking) improve: remove support for prisma 2.17
0.30.0
0.29.1
0.29.0
Features
Fixes
- 5599a65 use import id @prisma/client by default when possible (#88)
This allows Nexus Prisma to work for Vercel deploys. - 72cc944 list def typing (#77)
Improvements
- d806d56 docs: list enum members in jsdoc (#92)
- 98a2267 docs: add jsdoc for $settings (#90)
- 4aaab0e drop official support for Node 12.x
- b31c3ef tests: add node 16 to test matrices (#74)
- aad2e2f deps: upgrade to latest prisma & fix tests (#85)
- 7d1c18d deps: upgrade tslib and update to latest TS (#84)
Chores
- 09a8610 update roadmap
- 8acdce1 syntax of example in readme (#91)
- 0a1b00c mention more about updating snapshots
- 353f9af syntax of example in readme (#89)
- b7c63c7 format
- 1a0cd35 refactor tests
- 96062a4 Readme corrections (#80)
- be50f79 update contrib guide
- acfdc6b update README with proper casing for dateTime (#73)
0.28.0
0.27.1
0.27.0
0.26.0
BREAKING CHANGES
Features
- ef76e45 settings system for runtime & gentime (#42)
- 4f5cd70 add default resolver for relation fields (#25)
- 624c745 (breaking) Prisma
Int @id
maps to GraphQL Int (#23)
Fixes
Improvements
- 5f4970f docs: architecture diagram
- 6b4440d tests: relation cover 1-to-n required vs optional
- 2b636ce tests: relation cover 1-to-n composite IDs
- 767d2d8 tests: relation cover 1-to-1 composite IDs (#41)
- d7030ef tests: cover 1-to-n reverse access (#39)
- 7a26a49 tests: refactor with higher abstraction helpers
- afa09c6 tests: test & document 1:n relation projection (#38)
- b40db97 tests: testIntegration helper
- eefa884 docs: add missing issue reference
- bb70ea4 docs: cover projecting 1-to-1 relations (#32)
- d0fd64a tests: fix windows (#31)
- 73e5ded tests: server with client queries (#29)
- bfe9fcc tests: refactor prep for server and client additions (#26)
- 2f0023f tests: setup test coverage tracking (#20)