- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
- FEAT(ferry_store): add flush method to allow persistent stores to write pending data to disk.
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Note: This release has breaking changes.
- BREAKING CHORE(deps): upgrade rxdart to v0.28.0 (#612).
Note: This release has breaking changes.
- BREAKING FEAT(ferry_generator): update to gql_code_builders 0.12.0. this extracted the common serializers to a separate package. clients need to add gql_code_builder_serializers to their dependencies if they use ferry_generator. (#601).
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
- DOCS: add topics (#548).
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
- REFACTOR: apply lints fixes (#479).
- FEAT(ferry_hive_store): use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- Bump "ferry_store" to
0.5.2
.
- REFACTOR: apply lints fixes (#479).
- FEAT: support stable 1.0.0 versions of depenencies gql, gql_exec, gql_link (#521).
- FEAT(ferry_hive_store): use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- REFACTOR: apply lints fixes (#479).
- FEAT(ferry_hive_store): use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- DOCS(website): improve custom scalars documention (#517).
- REFACTOR: apply lints fixes (#479).
- FEAT(ferry_hive_store): use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- REFACTOR: apply lints fixes (#479).
- FEAT(ferry_hive_store): use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- REFACTOR: apply lints fixes (#479).
- FEAT(ferry_hive_store): use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- DOCS: add basic documentation for field policy (#494).
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
- REFACTOR: apply lints fixes (#479).
- REFACTOR: apply lints fixes (#479).
- FEAT: use jsonMapEquals instead of DeepCollectionEquality().equals to avoid it's O(n^2) complexity, add distinct: param to watch() method (#475).
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Note: This release has breaking changes.
- BREAKING FIX: properly generate nullable types for nullable elements in Lists (#445).
- DOCS: remove stale code (#271).
- FIX: add dispose method to TypedLinks (#272).
- FIX: add missing dependencies (#268).
- FIX: add missing dependencies (#267).
- FIX: add missing override annotations (#261).
- FEAT: add github action for validating formatting (#260).
- FEAT: add extensions to response (#259).
Note: This release has breaking changes.
- BREAKING FEAT: build generated files to generated subdirectory.
- FIX: move pedantic to dependency (#257).
- FEAT: update dependences.
- FEAT: update dependences.
- CHORE: publish packages.
- CHORE: publish packages.
- FEAT: update dependences.
- CHORE: publish packages.
- CHORE: publish packages.
- CHORE: publish packages.
- CHORE: publish packages.
- FEAT: migrate to null safety.
- FEAT: migrate to null safety.
- CHORE: publish packages.
- CHORE: publish packages.
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
- FEAT: migrate to null safety.
- CHORE: bump versions to match melos style.
- CHORE: publish packages.
- CHORE: prepare changelogs for melos.
- FEAT: migrate to null safety.
- CHORE: prepare changelogs for melos.
- fix: allow put of null
- initial support for null safety
- update dependencies
- upgrade
rxdart
to latest version
- watch now only watches a specific
dataId
- add
deleteAll
method
- add tests
- add clear method
- add dispose method
- base
MemoryStore
stream on RxBehaviorSubject
- remove
toMap()
method
- initial release as an independent package