File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 44
55<!-- Here goes all the unreleased changes descriptions -->
66
7+ ### Fixes
8+
9+ - prevent enumerable undefined properties in input types instances (#1789 )
10+ - add missing support for GraphQL extensions in interface types (#1776 )
11+
712### Others
813
914- ** Breaking Change** : update ` graphql-js ` peer dependency to ` ^16.12.0 `
1318
1419## v2.0.0-rc.2
1520
16- ## Features
21+ ### Features
1722
1823- support declaring middlewares on resolver class level (#620 )
1924- support declaring auth roles on resolver class level (#620 )
2025- make possible creating custom decorators on resolver class level - ` createResolverClassMiddlewareDecorator `
2126- support registering custom arg decorator via ` createParameterDecorator ` and its second argument ` CustomParameterOptions ` - ` arg ` (#1325 )
2227
23- ## Fixes
28+ ### Fixes
2429
2530- properly build multiple schemas with generic resolvers, args and field resolvers (#1321 )
2631
3237
3338## v2.0.0-rc.1
3439
35- ## Features
40+ ### Features
3641
3742- support other ` Reflect ` polyfills than ` reflect-metadata ` by checking only used ` Reflect ` API (#1102 )
3843
39- ## Fixes
44+ ### Fixes
4045
4146- properly override fields of ` @ArgsType ` classes in deeply nested inheritance chain (#1644 )
4247- allow for leading spaces and multiline directives definitions in ` @Directive ` decorator (#1423 )
You can’t perform that action at this time.
0 commit comments