- ADDED: Stream support in
CommandRef.
- ADDED:
filtermethod for deriving transformed values from command states. - ADDED:
CommandRefclass for listening to changes inValueListenablesand executing actions dynamically. - DEPRECATED: Command state methods (
isIdle,isRunning, etc.) moved toCommandStatefor better encapsulation. - IMPROVED: Documentation for new features and deprecated methods.
- ADDED: Cache methods
getCachedSuccess(),getCachedFailure(). - ADDED: Improved documentation.
- ADDED: Bumped Dart SDK version.
- ADDED: Global observer command state listener.
- ADDED:
whenoperator.
- FIXED: Documentation.
- FIXED: Documentation.
- ADDED: State history.
- ADDED: Timeout.
- ADDED: Cancellation support.
- ADDED: Command state getters.
- FIXED: Running class name.
- Initial release.