levit_reactive 0.0.11
levit_reactive: ^0.0.11 copied to clipboard
Fine-grained reactive primitives for deterministic updates and derived state.
0.0.11 #
- Add
LxStreamCompletionPolicy.closeand.retain;closeremains the compatibility default, whileretainpermits explicit source rebinding. - Add
LxAsyncConcurrency.latestand.exhaustLatestto async computed values and workers.exhaustLatestruns at most one trailing recomputation. - Add
LxFamily<K, R>for lazy keyed reactive resources, explicit invalidation, safe diagnostic key formatting, and optional inactivity eviction.
0.0.10 #
- Coordinated release version bump.
0.0.9 #
- Coordinated release version bump.
0.0.8 #
- Preserved original stack traces when synchronous
LxComputedevaluations fail. - Deprecated the legacy
LevitReactiveBatch.fromChangesfactory. - Coordinated release version bump.
0.0.7 #
- Bumped version to 0.0.7
0.0.6 #
0.0.5 #
- Production-ready documentation (Effective Dart compliance)
- Added
topicsto pubspec for improved discoverability - Performance and stability improvements
0.0.4 #
- Unified
LevitReactiveMiddlewarearchitecture. - Optimized
LxComputedwith batching and smarter dependency tracking. - Added
LxLxStatusand improved asynchronous types. - Fixed memory leaks in deep reactive graphs.
- Performance improvements for large-scale state mutations.
0.0.3 #
- Linting fixes and strict analysis compliance.
- Refactored test coverage for
LxAsyncComputed.
0.0.2 #
- Added documentation for
LxError,LxAsyncComputed,LevitReactiveHistoryMiddleware,LevitReactiveMiddleware, andLevitReactiveNotifier. - Fixed lint issues in
core.dart. - Added example project.
0.0.1 #
- Initial release.