Skip to content

v1.1.1-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@HofmannZ HofmannZ released this 05 Jun 14:54
· 1289 commits to main since this release
ef0f4ed

1.1.1-beta.4 (2019-06-05)

Bug Fixes

  • flutter: compatible with path_provider usage (ee0cb58)

Features

  • client: cache is supported in web/browser platform (9ada687)
  • client: support GraphQL upload files on browser (70c7f74)

BREAKING CHANGES

  • client: InMemoryCache no longer accept storageProvider,
    however this param has always been using for testing only.

The naming InMemoryCache is also debatable, as both io and html
implementation of this class is based on "persistent storage", not at all
"in memory".

There are refactor works to do to consolidate in_memory_* files.