Skip to content

Releases: zino-hofmann/graphql-flutter

June 29 2018

29 Jun 10:02
5bed7af
Compare
Choose a tag to compare

Breaking change

n/a

Fixes / Enhancements

  • Fixed json error parsing.

Docs

n/a

June 25 2018

25 Jun 12:34
90e2516
Compare
Choose a tag to compare

Breaking change

n/a

Fixes / Enhancements

  • Introduced onCompleted callback for mutiations.
  • Excluded some config files from version control.

Docs

  • Fixed typos in the readme.md.
  • The examples inculde an example of the onCompleted callback.

June 22 2018

22 Jun 10:49
9233633
Compare
Choose a tag to compare

Breaking change

n/a

Fixes / Enhancements

n/a

Docs

  • The examples now porperly reflect the changes to the library.

June 21 2018

22 Jun 10:42
c9687ca
Compare
Choose a tag to compare

Breaking change

  • The Client now requires a from of cache.
  • The name of the execute method on the Client class changed to query.

Fixes / Enhancements

  • Implemented in-memory cache.
  • Write memory to file when in background.
  • Added provider widget to save and restore the in-memory cache.
  • Restructure the project.

Docs

  • Update the README.md to refelct changes in the code.
  • update the example to refelct changes in the code.

June 16 2018

16 Jun 15:31
5d96986
Compare
Choose a tag to compare
June 16 2018 Pre-release
Pre-release

Breaking change

  • Changed data type to Map instaid of Object to be more explicit.

Fixes / Enhancements

  • Cosmatic changes.

Docs

  • Added a Flutter app example.
  • Fixed the example in README.md.
  • Added more badges.

June 15 2018

15 Jun 18:03
034fff9
Compare
Choose a tag to compare
June 15 2018 Pre-release
Pre-release

Breaking change

  • Changed query widget polling argument to pollInterval, following the react-apollo api.

Fixes / Enhancements

  • Query polling is now optional.

Docs

  • Updated the docs with the changes in api.

June 15 2018

15 Jun 11:58
528bbda
Compare
Choose a tag to compare
June 15 2018 Pre-release
Pre-release

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.