xsoulspace_state_utils 0.5.2
xsoulspace_state_utils: ^0.5.2 copied to clipboard
Different utilities for state management.
Changelog #
Versioning #
This project follows Semantic Versioning (semver).
Breaking changes will increment the major version, new features the minor, and bugfixes the patch.
Always review the changelog before upgrading to a new version.
0.5.2 #
- added:
updatemethod forMutableOrderedMapandImmutableOrderedMapnow returns the updated value.
0.5.1 #
- chore: xsoulspace_foundation 0.3.0
0.5.0 #
- added:
upsertAllmethod forMutableOrderedMapwith optionaltoKeyparameter for efficient batch operations. - added:
upsertAllmethod forImmutableOrderedMapwith optionalputFirstandtoKeyparameters for efficient batch operations. - added:
upsertAllmethod forOrderedMapNotifierwith single notification for efficient reactive batch operations.
0.4.0 #
- chore: xsoulspace_foundation 0.2.2
- added:
assignAllandassignAllOrderedforMutableOrderedMap.
0.3.2 #
- added:
operator []andoperator []=forMutableOrderedListandImmutableOrderedList.
0.3.1 #
- fix:
ImmutableOrderedMapandMutableOrderedMaptoKey is now optional. - fix:
ImmutableOrderedMapandMutableOrderedMapandOrderedMapNotifierassignAllOrdered now accepts Iterable.
0.3.0 #
BREAKING CHANGES:
ImmutableOrderedMapandMutableOrderedMapnow use thetoKeyfunction to generate keys from values.keyparameter is now optional forupsertmethod inImmutableOrderedMapandMutableOrderedMap.- added update method for
ImmutableOrderedMapandMutableOrderedMap.
0.2.0 #
- Added
ImmutableOrderedSetandMutableOrderedSetcollections.
0.1.0 #
- Initial release of
xsoulspace_state_utils. - Added
OrderedList,OrderedListNotifier,OrderedMap, andOrderedMapNotifiercollections. - Added
lib_ai_usefolder with AI Agent usage patterns.