Skip to content

Commit 309e91f

Browse files
committed
chore(changelog): consolidate entries from v1.2.0-rc.1
1 parent d3db4f3 commit 309e91f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,8 @@
33
## Unreleased
44
<!-- here goes all the unreleased changes descriptions -->
55
### Features
6-
- **Breaking Change**: update `graphql-js` peer dependency to `^16.6.0`
7-
### Fixes
8-
- support overwriting fields of extended types (#1109)
9-
- properly execute args validation for nullable items array (#1328)
10-
### Others
11-
- **Breaking Change**: update `class-validator` peer dependency to `>=0.13.0`
12-
- **Breaking Change**: change build config to ES2019 - drop support for Node.js < 14.5
13-
14-
## v1.2.0-rc.1
15-
### Features
166
- **Breaking Change**: `AuthChecker` type is now "function or class" - update to `AuthCheckerFn` if the function form is needed in the code
7+
- **Breaking Change**: update `graphql-js` peer dependency to `^16.6.0`
178
- support class-based auth checker, which allows for dependency injection
189
- allow defining directives for interface types and theirs fields, with inheritance for object types fields (#744)
1910
- allow deprecating input fields and args (#794)
@@ -26,8 +17,11 @@
2617
- fix throwing error when schema with dynamic default value was built again (#787)
2718
- fix converting inputs with fields of nested array type (#801)
2819
- disable broken exposing input types fields under a changed name via `@Field({ name: "..." })`
20+
- support overwriting fields of extended types (#1109)
21+
- properly execute args validation for nullable items array (#1328)
2922
### Others
30-
- **Breaking Change**: update `graphql-js` peer dependency to `^15.5.0`
23+
- **Breaking Change**: update `class-validator` peer dependency to `>=0.13.0`
24+
- **Breaking Change**: change build config to ES2019 - drop support for Node.js < 14.5
3125

3226
## v1.1.1
3327
### Fixes

0 commit comments

Comments
 (0)