Releases: Cauen/prisma-generator-pothos-codegen
Releases · Cauen/prisma-generator-pothos-codegen
v0.7.1
v0.7.0
v0.6.5
v0.6.4
- Feature: From now: new generations uses new version of @pothos/core to disable input normalization: hayes/pothos#1111. It fixes: #57.
- Chore/Example-Update: Update Pothos/Prisma/Others to latest versions
- Chore/Peer-deps: Remove @pothos/core exact version restriction
- Chore/Deps: Removing useless deps
v0.6.3
0.6.3
- Upgrade: Update prisma to latest version
- Remove distinct from count prisma/prisma#4228
- Improve: Remove tokenizr dep
- Add tests for comments parser
- Upgrade: Update dependancies and peerDependancies
- Improve: Update prettier and eslint (to remove some conflicts)
- Chore: Eslint remove semicolon
- Feature: New option
config.crud.underscoreBetweenObjectVariableNames
change the generated variables from object.base.ts from something likeUserName
toUser_Name
. This avoids generated duplicated names in some cases. Fixes #58
v0.6.2
v0.6.1
v0.6.0
0.6.0
- Fix: Fix Typescript errors for non Pothos exposable fields ('String', 'Int', 'Float', 'Boolean'), like "BigInt" used as "prisma id". Fixes: #45
- Replace exposes in generated object.base files with unified t.field
- Feature(Breaking Change): It is no longer necessary to define multiple "builderImporter". Now define in config.global.builderLocation the location of the builder, and all imports will be defined automatically.
- Feature: Break args apart to make code spliting better. Fixes #49
v0.5.9
v0.5.8
0.5.8
- Improve: Input scalar some improves at parseValue
- Docs: Some docs improves based on #45
0.5.7
- Fix: correctly priorize list on inputs (generated again, code changes serves as an example)
0.5.6
- Fix: autocrud generating buggy updateMany mutations #37
0.5.5
0.5.4
- Changed: Objects now exports everything from CRUD, optionally disable on crud options.
0.5.3
- Changed: Augment/derive generated input types
0.5.2
- Changed: Fixed autocrud generating buggy deleteOne mutations #24