jolt 0.0.7
jolt: ^0.0.7 copied to clipboard
A lightweight reactive state management library built on alien_signals, focused on simple and efficient state handling.
0.0.7 #
- fix: make Computed.peek initialize via untracked and return cached value
0.0.6 #
- chore: use
melosfor monorepo management - fix: fix outdated documentation API comments
- fix: peek in signal
- fix: expose onDispose method for subclass
0.0.5 #
- BREAKING: remove autoDispose, MapEntrySignal, joltObserver
- feat: add onDebug hook for debug(assert method)
- feat: JReadonlyValue now supports toString() for value display
- sync: align with alien_signals v3.0.3
- docs: add comprehensive readme and documentation for tricks
0.0.4 #
- fix: notify method not working
- feat: align stream shortcut listen parameters with original implementation
- fix: equality comparison issue caused by operator== overloading
0.0.3+1 #
- fix: effect scope context
0.0.3 #
- sync: align with alien_signals v3.0.1
- feat: advanced observer
- chore: update dependencies
0.0.2+1 #
- fix: some bugs
0.0.2 #
- Initial version.