github graphql-nexus/nexus-prisma v1.0.0

latest releases: v2.0.5, v2.0.4, v2.0.3...
pre-release16 months ago

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)
  • extract hardcoded package.json declarations to fixtures (#309) (8cebf8a)

chore

  • deps: update dependency graphql to v16 (#256) (b6678a4)

Bug fixes

  • add lodash as production dep (627aa54), closes #107
  • bring back support for jest (1705a54), closes #137
  • deps: update dependency @reach/skip-nav to v0.18.0 (#300) (1ece744)
  • deps: update dependency @types/node to v18.11.17 (#324) (86a6c4d)
  • deps: update dependency debug to ^4.3.4 (#289) (53a5b47)
  • deps: update dependency decimal.js to ^10.4.2 (#301) (38d02f6)
  • deps: update dependency decimal.js to ^10.4.3 (#325) (21cea98)
  • deps: update dependency dotenv to ^9.0.2 (#326) (fca26b0)
  • deps: update dependency fs-jetpack to v5 (#255) (7fdb71c)
  • deps: update dependency graphql-scalars to ^1.20.1 (#302) (38d47d6)
  • deps: update dependency kleur to ^4.1.5 (#290) (3c2310f)
  • deps: update dependency nextra to v2.0.0-beta.41 (#273) (a523891)
  • deps: update dependency nextra-theme-docs to v2.0.0-beta.41 (#274) (73f99bf)
  • deps: update dependency semver to ^7.3.8 (#291) (1cbfb25)
  • deps: update dependency tslib to ^2.4.1 (#303) (ec603b0)
  • deps: update dependency typescript to v4.9.4 (#251) (bb3d9d7)
  • deps: update nextra packages to v2.0.1 (#316) (f3923e2)
  • deps: update nextra packages to v2.0.2 (#346) (ee97081)
  • deps: update nextra packages to v2.0.3 (#349) (84170d1)
  • description type should not be null (#24) (cffc94d)
  • docs: update custom settings example (#215) (8b56ec9)
  • endent via dedent introduces unexpected newlines on Windows (#51) (2447f56)
  • graphql peerDependency (#233) (0086763)
  • grpahql and floggy dependencies (#188) (774624f)
  • handle multiline prisma docs (#134) (f9e2f2e)
  • import path on windows (#145) (4699b90)
  • import prisma client for instanceof check using configured path (#62) (b796689)
  • list def typing (#77) (72cc944)
  • module fs-jetpack not found (#11) (4f83b26)
  • ncc support (#113) (9c7e552)
  • output mjs files for ES modules support (#192) (cf59aae)
  • remove bad prisma client on ctx check & export $settings (#60) (60a77cd)
  • remove colors from the the result to fix the local test (#225) (684fa20)
  • remove lingering console.log (d16f763)
  • resolve path ~ when checking if can import at @prisma/client (#104) (8eee072)
  • scalars module only exports named exports (#187) (5223f9e)
  • setup nodejs 14 for publishing job on ci (4cbb0de)
  • typegen guards for undefined relations (#126) (a27fc1a)
  • update prisma client dep to 3 (#148) (fa58349)
  • use import id @prisma/client by default when possible (#88) (5599a65)

CI

  • add pull request workflow documentation build commit status check (#314) (4522e1d)
  • configure renovate config to update only the lock file for prisma packages (#344) (3560a41)
  • configure renovate to automerge minor and patch chore(deps) (#284) (2022809)
  • extract tests into reusable workflow and refactor releases (#345) (27e99a8)
  • fix package version (#317) (4e02312)
  • group nextra packages for renovate upgrades (#315) (21471e8)
  • ignore execa from renovate updates due exclusive esm support (#337) (99110c8)
  • refactor tests to use local database (#311) (7559995)
  • reflect local database for tests in trunk github actions workflow (#312) (8bfd561)
  • switch dependencies into dev dependencies in tests (#319) (11ee750)
  • unify trunk and pull request github actions workflow (#313) (6a73b25)
  • update renovate config to use version range to ignore packages migrated to pure esm (#343) (23ed616)

Don't miss a new nexus-prisma release

NewReleases is sending notifications on new releases.