context_watch_getx 4.0.0-rc.2 context_watch_getx: ^4.0.0-rc.2 copied to clipboard
context_watch adapter for 'get' package
4.0.0-rc.2 #
Note: This release has breaking changes.
- REFACTOR: context_watch v3 migration.
- REFACTOR: pubspec.yaml: Updated homepage/repository with proper branch name.
- FEAT: prepare context_watch_getx for initial release.
- BREAKING FEAT: simplified callback argument selection API for ContextWatchSubscription.
- BREAKING FEAT: watchEffect() for attaching side effects to the observed data.
- BREAKING CHORE: updated get to 5.0.0 RC.
4.0.0 #
Note: This release has breaking changes.
- BREAKING CHORE: updated get to 5.0.0 RC.
3.0.2 #
- Update a dependency to the latest release.
3.0.1 #
- Update a dependency to the latest release.
3.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT: simplified callback argument selection API for ContextWatchSubscription.
2.0.0 #
Note: This release does not contain any breaking API changes.
This is a major release because the underlying implementation of
InheritedContextWatch
andContextWatcher
had changed significantly and the behavior ofwatchOnly()
had been improved to reduce unnecessary rebuilds in one of the edge cases.
- FEAT: watchEffect() for attaching side effects to the observed data.
1.0.5 #
- Update a dependency to the latest release.
1.0.4 #
- Update a dependency to the latest release.
1.0.3 #
- Update a dependency to the latest release.
1.0.2 #
- Update a dependency to the latest release.
1.0.1 #
- REFACTOR: context_watch v3 migration.
1.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.0-dev.2 #
- Update a dependency to the latest release.
1.0.0-dev.1 #
- Initial release