Skip to content

June 21 2018

Compare
Choose a tag to compare
@HofmannZ HofmannZ released this 22 Jun 10:42
· 1463 commits to master since this release
c9687ca

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.