Skip to content

Commit de0fa3a

Browse files
authored
Merge pull request #38 from indigotech/docs/create-changelog
create changelog file
2 parents 6864c51 + 07a7b2c commit de0fa3a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

docs/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)