Skip to content

Releases: easazade/crystalline

flutter_crystalline-v0.5.1

24 Sep 12:16
ee440ac
Compare
Choose a tag to compare

Full Changelog: flutter_crystalline-v0.5.0...flutter_crystalline-v0.5.1

0.5.1

  • Update crystalline version to to v0.5.1

crystalline-v0.5.1

24 Sep 12:15
b7adfcb
Compare
Choose a tag to compare

Full Changelog: crystalline-v0.5.0...crystalline-v0.5.1

0.5.1

  • Add name to Data type for debugging
  • Add semantic events
  • Improve test coverage to 100% and add relevant groups in test suites
  • Fix observers, eventListeners & sideEffects could have been mutated manually
  • Fix CollectionData & ListData not updating when added item using [] operator

flutter_crystalline-v0.5.0

22 Sep 21:30
901eb86
Compare
Choose a tag to compare

Full Changelog: flutter_crystalline-v0.4.0...flutter_crystalline-v0.5.0

flutter_crystalline-v0.5.0

  • Update crystalline version to to v0.5.0

crystalline-v0.5.0

22 Sep 21:25
eb7c30d
Compare
Choose a tag to compare

Full Changelog: crystalline-v0.4.0...crystalline-v0.5.0

crystalline-v0.5.0

  • Move test observers from crystalline/test to crystalline/lib & Add tests for them
  • Restyle tests
  • Add cause to Failure
  • Change mutator name map() to mapTo to avoid conflict with CollectionData map()
  • Add events
  • Update events to be consumable
  • Add missing event arg in event listener callbacks
  • Add extension on Iterable to map to data objects
  • Refactor term error to failure in all packages