Skip to content

Commit

Permalink
release(crystalline): Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
easazade committed Sep 22, 2023
1 parent cb4954e commit eb7c30d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/crystalline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.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<T> to map to data objects
- Refactor term error to failure in all packages

## 0.4.0
- Add sideEffects to Data types
- Add OperationData
Expand Down
2 changes: 1 addition & 1 deletion packages/crystalline/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: crystalline
description: Define Crystal clear state definition across all state management libraries.
version: 0.4.0
version: 0.5.0
repository: https://github.com/easazade/crystalline

environment:
Expand Down

0 comments on commit eb7c30d

Please sign in to comment.