Skip to content

Commit

Permalink
Merge pull request #37 from avantcredit/release_0.5.0
Browse files Browse the repository at this point in the history
release 0.5.0
  • Loading branch information
brettjurgens authored Jan 16, 2017
2 parents 3ea0f2c + 24c6bc6 commit bbb9d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Master

Adds support for nullability attributes inside derived interfaces - [@neelance](https://github.com/neelance) [@orta](https://github.com/orta) [#34](https://github.com/avantcredit/gql2ts/pull/34).
Note that for older versions of TypeScript, you can use the CLI flag `--legacy` to get output without nullability references.
## 0.5.0

- Adds support for nullability attributes inside derived interfaces - [@neelance](https://github.com/neelance) [@orta](https://github.com/orta) [#34](https://github.com/avantcredit/gql2ts/pull/34).
- Note that for older versions of TypeScript, you can use the CLI flag `--legacy` to get output without nullability references.

## 0.4.0
- Stop extending `GraphQLInterface`s with their possible types. (thanks [@tomaba](https://github.com/tomaba)) [#25](https://github.com/avantcredit/gql2ts/pull/25)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gql2ts",
"version": "0.4.0",
"version": "0.5.0",
"description": "Convert GraphQL Schema to TypeScript defs",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit bbb9d00

Please sign in to comment.