Skip to content

Latest commit

 

History

History
141 lines (74 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

141 lines (74 loc) · 3.29 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-10-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


obs_state_mixin - v0.0.1-dev.6

  • FEAT: create setValue method in Obs. (d867de57)
  • FEAT: make ObsStateMixin.onDispose method public. (40d3215d)
  • DOCS: update documentation for refresh method. (34ab48c3)

2024-10-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


obs_state_mixin - v0.0.1-dev.5

  • FIX: add nonVirtual annotation to obs method. (e32f02e0)

2024-10-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


obs_state_mixin - v0.0.1-dev.4

  • FIX: create extensions for Obs<Iterable>. (0b3c3174)

2024-10-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


obs_state_mixin - v0.0.1-dev.3

  • FEAT: add refresh method in Obs. (7b452f42)
  • DOCS: add badges to readme file. (0ce39534)

2024-10-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


obs_state_mixin - v0.0.1-dev.2

  • FEAT: create extensions for Obs<bool>, Obs<List>, Obs<num> and Obs<String>. (ba49f187)

2024-09-29

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


obs_state_mixin - v0.0.1-dev.1

  • 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.