Nexus Plugin Prisma Versions Save

Deprecated

0.26.0

3 years ago

Features

  • 6c8801c add support for Prisma 2.13 (#985)

Chores

  • 445f5ea refactor
  • 82daa21 add links in readme content
  • 055244f improve readme
  • 83c7596 update hello world example to latest

0.25.0

3 years ago

Breaking Changes

Add support for [email protected]

#960 → 673f0a3

You must use @prisma/[email protected]


Add support for [email protected]

#965 → 51c5554

You must use @nexus/[email protected]



All Changes

Features

Docs

  • c5aa179 use queryField
  • de3b9b7 update blog example
  • a6e4fc9 add license file

Chores

  • aa4f131 update postgres docker tag to v10.15 (#954)
  • a04ea31 update devdependencies (major) (#943)
  • 623fde4 update devdependencies (non-major) (#941)
  • 0bdfd87 use fs-jetpack

0.24.0

3 years ago

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

3 years ago

Fixes

  • 5b50b29 runtime peer dep range check (#921)

0.23.0

3 years ago

Breaking Changes

  • 56913a3 upgrade prisma to 2.10.0 (#913)

    [email protected] is not compatible with Prisma versions lower than 2.10.0

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

  • 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

3 years ago

BREAKING CHANGES

  • 02b18d3 upgrade peer dep graphql to 15.3.0

Features

  • 5ab66d2 add official support for Prisma 2.9 (#894)

Improvements

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

Chores

  • e45c2c9 fixed broken link in docs (#890)

0.21.0

3 years ago

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

  • 225d024 allow computedInputs to be async (#795)

Fixes

  • 638c0af default typegen path (#884)
  • a397e24 nexus-plugin-prisma/typegen facade (#883)

0.20.0

3 years ago

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

  • f8a017c (breaking) remove framework support (#839)

0.19.0

3 years ago

Features

  • 989014b upgrade prisma to 2.7 (#837)

0.18.2

3 years ago

Fixes

  • 9da6103 upgrade prisma to 2.6.2 (#829)