Skip to content

Commit 025b503

Browse files
chore(release): 10.0.0 [skip ci]
# [10.0.0](v9.0.0...v10.0.0) (2021-03-01) ### Bug Fixes * Generate correct json graphql type ([c6d8d46](c6d8d46)) * Json type changed to `Record<string, any>` ([2877be7](2877be7)) * Renamed config option ([d989cfe](d989cfe)) * refactor!: Renamed token in `outputFilePattern` template ([95d4629](95d4629)) * refactor!: Removed `renameZooTypes` config option ([71bfb68](71bfb68)) * chore!: Renamed config option `atomicNumberOperation` to `noAtomicOperations` ([6078eb9](6078eb9)) ### Code Refactoring * Combine scalar filters ([789cfeb](789cfeb)) ### Features * Ability to hide field in schema ([a222955](a222955)), closes [#8](#8) ### Performance Improvements * Slightly improved ([fd88dc9](fd88dc9)) ### BREAKING CHANGES * Renamed token `{feature}` to `{model}` in `outputFilePattern` template pattern * Removed `renameZooTypes` config option * Config option `combineScalarFilters` is false by default * Made all options which mutates/renames types are `false` * Inverted config option `atomicNumberOperations` to `noAtomicNumberOperations` Replace `atomicNumberOperations = false` by `noAtomicNumberOperations = true`
1 parent 100408b commit 025b503

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# [10.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v9.0.0...v10.0.0) (2021-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Generate correct json graphql type ([c6d8d46](https://github.com/unlight/nestjs-graphql-prisma/commit/c6d8d46e3cb1627f07a33f2989272911283ddc01))
7+
* Json type changed to `Record<string, any>` ([2877be7](https://github.com/unlight/nestjs-graphql-prisma/commit/2877be7d97827215f984c95301815a905cc015c6))
8+
* Renamed config option ([d989cfe](https://github.com/unlight/nestjs-graphql-prisma/commit/d989cfeba9a8daac2ce21e0a3e690c5c24d42e3c))
9+
10+
11+
* refactor!: Renamed token in `outputFilePattern` template ([95d4629](https://github.com/unlight/nestjs-graphql-prisma/commit/95d4629e1ae887cb962580aa4ab3f2d300003fe8))
12+
* refactor!: Removed `renameZooTypes` config option ([71bfb68](https://github.com/unlight/nestjs-graphql-prisma/commit/71bfb68e1d4c86ba25148e1f5dabd80b365db0c0))
13+
* chore!: Renamed config option `atomicNumberOperation` to `noAtomicOperations` ([6078eb9](https://github.com/unlight/nestjs-graphql-prisma/commit/6078eb9187ef134fd8e711d5a0dd6430d5f5cee0))
14+
15+
16+
### Code Refactoring
17+
18+
* Combine scalar filters ([789cfeb](https://github.com/unlight/nestjs-graphql-prisma/commit/789cfebe970de7e6cdfca67105e37cdea4464d08))
19+
20+
21+
### Features
22+
23+
* Ability to hide field in schema ([a222955](https://github.com/unlight/nestjs-graphql-prisma/commit/a222955dac6fb85dce96a62c3661997a979ee2dd)), closes [#8](https://github.com/unlight/nestjs-graphql-prisma/issues/8)
24+
25+
26+
### Performance Improvements
27+
28+
* Slightly improved ([fd88dc9](https://github.com/unlight/nestjs-graphql-prisma/commit/fd88dc965568ba511da80acb098e5a567bfb25e3))
29+
30+
31+
### BREAKING CHANGES
32+
33+
* Renamed token `{feature}` to `{model}` in `outputFilePattern` template pattern
34+
* Removed `renameZooTypes` config option
35+
* Config option `combineScalarFilters` is false by default
36+
* Made all options which mutates/renames types are `false`
37+
* Inverted config option `atomicNumberOperations` to `noAtomicNumberOperations`
38+
Replace `atomicNumberOperations = false` by `noAtomicNumberOperations = true`
39+
140
# [9.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v8.0.0...v9.0.0) (2021-02-06)
241

342

0 commit comments

Comments
 (0)