File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
<!-- here goes all the unreleased changes descriptions -->
5
5
### 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
16
6
- ** 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 `
17
8
- support class-based auth checker, which allows for dependency injection
18
9
- allow defining directives for interface types and theirs fields, with inheritance for object types fields (#744 )
19
10
- allow deprecating input fields and args (#794 )
26
17
- fix throwing error when schema with dynamic default value was built again (#787 )
27
18
- fix converting inputs with fields of nested array type (#801 )
28
19
- 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 )
29
22
### 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
31
25
32
26
## v1.1.1
33
27
### Fixes
You can’t perform that action at this time.
0 commit comments