Skip to content

Commit

Permalink
chore(changelog): consolidate entries from v1.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Dec 15, 2022
1 parent d3db4f3 commit 309e91f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@
## Unreleased
<!-- here goes all the unreleased changes descriptions -->
### Features
- **Breaking Change**: update `graphql-js` peer dependency to `^16.6.0`
### Fixes
- support overwriting fields of extended types (#1109)
- properly execute args validation for nullable items array (#1328)
### Others
- **Breaking Change**: update `class-validator` peer dependency to `>=0.13.0`
- **Breaking Change**: change build config to ES2019 - drop support for Node.js < 14.5

## v1.2.0-rc.1
### Features
- **Breaking Change**: `AuthChecker` type is now "function or class" - update to `AuthCheckerFn` if the function form is needed in the code
- **Breaking Change**: update `graphql-js` peer dependency to `^16.6.0`
- support class-based auth checker, which allows for dependency injection
- allow defining directives for interface types and theirs fields, with inheritance for object types fields (#744)
- allow deprecating input fields and args (#794)
Expand All @@ -26,8 +17,11 @@
- fix throwing error when schema with dynamic default value was built again (#787)
- fix converting inputs with fields of nested array type (#801)
- disable broken exposing input types fields under a changed name via `@Field({ name: "..." })`
- support overwriting fields of extended types (#1109)
- properly execute args validation for nullable items array (#1328)
### Others
- **Breaking Change**: update `graphql-js` peer dependency to `^15.5.0`
- **Breaking Change**: update `class-validator` peer dependency to `>=0.13.0`
- **Breaking Change**: change build config to ES2019 - drop support for Node.js < 14.5

## v1.1.1
### Fixes
Expand Down

0 comments on commit 309e91f

Please sign in to comment.