Skip to content

0.28.0

Compare
Choose a tag to compare
@jasonkuhrt jasonkuhrt released this 06 Jan 16:36
· 27 commits to main since this release

BREAKING CHANGES

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

Chores