impulse 0.2.0
impulse: ^0.2.0 copied to clipboard
Minimalist state management and dependency injection.
0.2.0 #
- Added error handling method
attemptandResult<T>record typedef. - Added
selectmethod to the store to react only to specific value changes. - Made
watchandselectuse reference counting for consitency. - Made documentation improvements
0.1.1 #
- Minor readme improvements
- Added a guard against circular dependencies in refs and family refs.
0.1.0 #
- Initial version.