Skip to content

Commit

Permalink
Release v0.4.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jul 18, 2019
1 parent e1c2ea4 commit b0ffe2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### vNEXT

### v0.4.0

- feat: add error handler [PR #44](https://github.com/Urigo/SOFA/pull/44) [PR #45](https://github.com/Urigo/SOFA/pull/45)
- feat: allow to customize endpoint's HTTP Method [PR #46](https://github.com/Urigo/SOFA/pull/46)
- feat: add InputTypeObjects to OpenAPI generation [PR #34](https://github.com/Urigo/SOFA/pull/34) - [@hajnalben](https://github.com/hajnalben)

### v0.3.0

- fix: parse InputTypeObject with JSON.parse [PR #30](https://github.com/Urigo/SOFA/pull/30)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ api.use(

Whenever Sofa tries to resolve an author of a message, instead of exposing an ID it will pass whole data.

> Pattern is easy: `Type:field` or `Type`
> Pattern is easy: `Type.field` or `Type`
### Customize endpoint's HTTP Method

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sofa-api",
"description": "Create REST APIs with GraphQL",
"version": "0.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit b0ffe2c

Please sign in to comment.