All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: create
setValue
method inObs
. (d867de57) - FEAT: make
ObsStateMixin.onDispose
method public. (40d3215d) - DOCS: update documentation for
refresh
method. (34ab48c3)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: add nonVirtual annotation to
obs
method. (e32f02e0)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: create extensions for
Obs<Iterable>
. (0b3c3174)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: create extensions for
Obs<bool>
,Obs<List>
,Obs<num>
andObs<String>
. (ba49f187)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: update pubspec.yaml.
- FIX: create example app template.
- FIX: remove tests.
- FIX: update lint rules.
- FIX: create
ObsStateMixin
. - FIX: create
Obs
class. - FEAT: create template for
obs_state_mixin
package. - DOCS: update readme.
- DOCS: update example app.