v1.1.1-beta.4
Pre-release
Pre-release
·
1289 commits
to main
since this release
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 acceptstorageProvider
,
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.