Skip to content

Releases: graphql-nexus/nexus-prisma

v1.0.17

28 Jul 06:29
Compare
Choose a tag to compare

1.0.17 (2023-07-28)

Bug fixes

v1.0.6

15 May 22:45
Compare
Choose a tag to compare

1.0.6 (2023-05-15)

Bug fixes

  • deps: update dependency semver to ^7.5.1 (#505) (53a01dc)

CI

v1.0.5

04 Apr 05:09
Compare
Choose a tag to compare

1.0.5 (2023-04-03)

Bug fixes

  • deps: update dependency graphql-scalars to ^1.21.3 (#469) (63a9ee3)

v1.0.3

11 Jan 21:03
Compare
Choose a tag to compare

1.0.3 (2023-01-11)

Bug fixes

  • deps: update nextra packages to v2.2.0 (#363) (e2f49cf)

v1.0.2

11 Jan 20:44
Compare
Choose a tag to compare

1.0.2 (2023-01-11)

Documentation

  • update links and prepare docs for 1.x.x release (9903a0a)

CI

  • fix main health workflow triggers (#362) (4a09851)
  • remove persistance of default credentials on release/prerelease workflows (#364) (708e5ca)
  • remove timeout on prerelease and release jobs (#359) (51ccb56)

v1.0.1

09 Jan 09:14
Compare
Choose a tag to compare

1.0.1 (2023-01-09)

Bug fixes

  • deps: update nextra packages to v2.1.0 (#357) (cfff89e)

v1.0.0

07 Jan 08:09
Compare
Choose a tag to compare

1.0.0 (2023-01-07)

⚠ BREAKING CHANGES

  • deps: update dependency graphql to v16

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

  • scalars module only exports named exports (#187)
  • support latest Prisma (#164)
  • no types namespace (#130)
  • remove support for prisma 2.17
  • support prisma 2.30 (#114)
  • Prisma Int @id maps to GraphQL Int (#23)
  • better names, auto-import friendly, jsdoc (#12)
  • validate that peer dep requirements are met
  • deps: nexua and @prisma/client are peer dependencies
  • hello world

Features

  • add bytes scalar support (#75) (88fd092)
  • add default resolver for relation fields (#25) (4f5cd70)
  • add nexus_prisma bin for =<2.17 prisma users (469c9e9)
  • add nexusPrisma default and named export (704f07c)
  • add peer dep support for prisma 2.18.x (2e898ab)
  • add support for BigInt scalar (#56) (67ce824)
  • add support for Decimal scalar (#96) (74da7c2)
  • add support for reading configuration at generation time (#27) (275e03f)
  • control rejectOnNotFound client setting (#135) (01daf38)
  • deps: nexua and @prisma/client are peer dependencies (b28217b)
  • emit model scalar fields (#5) (3a0a75a)
  • esm support (#127) (eec4932)
  • gentime setting for output directory (#166) (83889bf)
  • hello world (9667cd0)
  • Json & DateTime custom scalar support (#9) (df51143), closes #8
  • Prisma Int @id maps to GraphQL Int (#23) (624c745)
  • settings system for runtime & gentime (#42) (ef76e45)
  • settings: allow customization of prisma client import (#49) (c8b5f6c)
  • settings: allow disable jsdoc guide (#136) (9418649)
  • support latest Prisma (#164) (594699d)
  • support prisma 2.30 (#114) (b7c7927)
  • support prisma up to 2.24 (#70) (2704ff2)
  • support prisma up to 3 (#147) (0020742)
  • support projecting enums (#18) (1c1cd13)
  • turn prisma client on graphql context validation into a formal check (#180) (72817f1)
  • Update official Prisma support up to 2.27 (#100) (db1010d)
  • Use JSONResolver for Json scalar (#231) (e4143ac)
  • validate that peer dep requirements are met (7976bf5)

improve

Refactoring

Documentation

Testing

  • e2e: adjust kitchen-sink snapshot (#234) (f831369)
  • e2e: adjust ts-node-import-error snapshot (#230) (e464f2f)
  • extra...
Read more

next

19 Feb 02:11
7fdb71c
Compare
Choose a tag to compare
next Pre-release
Pre-release

Fixes

0.35.0

15 Dec 17:05
Compare
Choose a tag to compare

BREAKING CHANGES

  • 594699d support latest Prisma (#164)
    Support for Prisma Client less than 3.5 has been dropped.

Features

Improvements

Chores

0.34.0

18 Sep 04:34
Compare
Choose a tag to compare

Features

Fixes

Improvements

  • e94dad3 deps: update all to latest

Chores