Releases: easazade/crystalline
Releases · easazade/crystalline
flutter_crystalline-v0.5.1
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
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
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
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