File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.0
2+
3+ ### Feature
4+
5+ - Added ` @UnionType ` decorator to allow [ GraphQL Union Types] ( http://graphql.org/learn/schema/#union-types ) - #21
6+
7+ ### Fixes
8+
9+ - Added missing ` @Arg ` ` isList ` option - #17
10+ - Fixing null returns for ` @Pagination ` - #19
11+
12+ ## 0.7.0
13+
14+ - Adding ability to ignore schema fields on @OrderBy - #11
15+ - Fixed type duplication issue - #13
16+ - Decorators are now less verbose - #12
17+ - Added Subscriptions - #14
18+
19+ ## 0.6.0
20+
21+ - Adding ` @Before ` middleware for field schema function resolution #8
22+ - Order by sort column is now non nullable - #9
23+ - Adding ability to add custom sort params to @OrderBy params - #10
24+
25+ ## 0.5.1
26+
27+ - Explicit type assertion - #6
28+ - Fixed return for Pagination info edge cases - #7
29+
30+ ## 0.5.0
31+
32+ - Based on https://github.com/indigotech/graphql-schema-decorator/pull/5
33+
34+ # ⚠️ BREAKING CHANGES ⚠️
35+
36+ - Now it supports only node ` ^6.10 `
37+
38+ ## Other Changes
39+
40+ - Updated typescript version to ` 2.3.4 `
41+ - Fixed an issue when using nested input type objects
42+ - Added tests for nested input changes
43+ - Removed typings and everything related
44+ - Configured travis to run properly
45+ - Fixed old broken tests (probably happened due to lack of CI for early releases/changes)
46+ - Fixed lint issues
You can’t perform that action at this time.
0 commit comments