Skip to content

Commit

Permalink
🎉 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Jun 15, 2018
1 parent 74bce69 commit 034fff9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"avatar_url": "https://avatars3.githubusercontent.com/u/17142193?v=4",
"profile": "https://github.com/HofmannZ",
"contributions": [
"code",
"doc",
"example",
"ideas",
Expand Down
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
## [0.1.0] - June 15 2018.
## [0.1.0] - June 15 2018

My collegue and I created a sipmple implementation of a GraphQL Client for Flutter. (Many thanks to Eus Dima, for his work on the innitial client.)
My colleague and I created a simple implementation of a GraphQL Client for Flutter. (Many thanks to Eus Dima, for his work on the initial client.)

### Breaking change

n/a

#### Fixes / Enhancements

- A client to connect to your GraphQL server.
- A query widget to handle GraphQL queries.
- A mutation widget to handle GraphQL mutations.
- Simple support for query polling.

#### Docs

- Initial documentation.

## [0.2.0] - June 15 2018

### Breaking change

- Changed query widget `polling` argument to `pollInterval`, following the [react-apollo](https://github.com/apollographql/react-apollo) api.

#### Fixes / Enhancements

- Query polling is now optional.

#### Docs

- Updated the docs with the changes in api.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: graphql_flutter
description: A GraphQL client for Flutter.
version: 0.1.0
version: 0.2.0
authors:
- Eus Dima <[email protected]>
- Zino Hofmann <[email protected]>
Expand Down

0 comments on commit 034fff9

Please sign in to comment.