xsoulspace_state_utils 0.2.0 copy "xsoulspace_state_utils: ^0.2.0" to clipboard
xsoulspace_state_utils: ^0.2.0 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.2.0 #

  • Added ImmutableOrderedSet and MutableOrderedSet collections.

0.1.0 #

  • Initial release of xsoulspace_state_utils.
  • Added OrderedList, OrderedListNotifier, OrderedMap, and OrderedMapNotifier collections.
  • Added lib_ai_use folder with AI Agent usage patterns.