We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e12ee commit b86f660Copy full SHA for b86f660
CHANGELOG.md
@@ -2,13 +2,13 @@
2
3
## Unreleased
4
<!-- here goes all the unreleased changes descriptions -->
5
-## Features
+### Features
6
- rename `DepreciationOptions` interface to `DeprecationOptions` and deprecate the old one
7
- update deps to newest minor versions (`tslib`, `semver`, `graphql-query-complexity` and `glob`)
8
-- support nested array types (`@Field(() => [[Int]])`)
+- support nested array types (`@Field(type => [[Int]])`) (#393)
9
10
## v0.17.4
11
12
- add support for creating custom parameter decorators (#329)
13
- allow to provide custom `subscribe` function in `@Subscription` decorator (#328)
14
0 commit comments