Skip to content

Commit cf7cb55

Browse files
committed
chore: update changelog
1 parent 4fd0655 commit cf7cb55

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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`
@@ -13,14 +18,14 @@
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

@@ -32,11 +37,11 @@
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)

0 commit comments

Comments
 (0)