nuke 0.0.11
nuke: ^0.0.11 copied to clipboard
Super slim state management that gets the job done.
0.0.11 #
- ref defaults to empty string
0.0.10 #
- null safety
0.0.9 #
- bump deps
0.0.8 #
- Ignore disposeRefSubscribers on accidental null refs
0.0.7 #
- Support tagging of observables
0.0.6 #
- $rx.$ref as factory instead of static method
0.0.5 #
- Guard against accidental
null
RX matchers
0.0.4 #
- $RX is now RX
- Dropped named paramed from RX
- $ref is now $rx.$ref
- Allow observables to be disposed via nuke.dispose()
0.0.3 #
- Update syntax
- Support computed values
0.0.2 #
- Update syntax
0.0.1 #
- Initial release.