Skip to content

Releases: graphql-nexus/nexus-plugin-prisma

0.27.0

14 Dec 19:58
Compare
Choose a tag to compare

BREAKING CHANGES

  • 005972c support for nexus 1.0 (#996)

    You must now upgrade to nexus@1 package, instead of using @nexus/schema package.

Features

Chores

  • 788fd10 update examples to use latest release

0.26.0

09 Dec 14:36
6c8801c
Compare
Choose a tag to compare

Features

Chores

0.25.0

25 Nov 14:55
673f0a3
Compare
Choose a tag to compare

Breaking Changes

Add support for [email protected]

#960673f0a3

You must use @prisma/[email protected]


Add support for [email protected]

#96551c5554

You must use @nexus/[email protected]



All Changes

Features

Docs

Chores

0.24.0

17 Nov 09:58
Compare
Choose a tag to compare

Features

  • 1cc089b update prisma to v2.11.0 (#923)
  • 8d75274 update @prisma/client peer dep range
  • 652157d ensure @nexus/schema peer range is satisfied
  • c25a17c add disableAtomicOperations option (#899)

Improvements

  • e424bdf deps: update to latest @nexus/schema

Chores

  • b32505b tidy hello world example
  • dc9bf03 bring back grouped renovate prs
  • 8ff6d8c only main prisma dep rule
  • a5e3c5b only prisma dep rules
  • 4dce0c5 renovate config semantic semver compat

0.23.1

29 Oct 11:12
5b50b29
Compare
Choose a tag to compare

Fixes

0.23.0

28 Oct 14:09
5d8cc65
Compare
Choose a tag to compare

Breaking Changes

Features

  • 5d8cc65 warn if peer deps ranges are not satisfied (#916)

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

0.22.0

15 Oct 19:54
Compare
Choose a tag to compare

BREAKING CHANGES

  • 02b18d3 upgrade peer dep graphql to 15.3.0

Features

Improvements

  • 02b18d3 (breaking) deps: upgrade peer dep graphql to 15.3.0
  • a732864 deps: update dependency fs-jetpack to v3 (#746)

Chores

0.21.0

07 Oct 16:32
e61e6e2
Compare
Choose a tag to compare

BREAKING CHANGES

  • e61e6e2 support prisma 2.8.0 & 2.8.1 (#885)
    • @prisma/client needs to be updated to 2.8.x
    • enums can now be filtered, the related input types have therefore changed
    • enums now need a set operation to be defined when performing updates

Features

Fixes

0.20.0

30 Sep 14:58
Compare
Choose a tag to compare

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 of nexus-plugin-prisma. If you do not, you will likely encounter static and/or runtime errors in your project.

Features

0.19.0

17 Sep 13:55
989014b
Compare
Choose a tag to compare

Features