levit_dart_core 0.0.7
levit_dart_core: ^0.0.7 copied to clipboard
The core framework for pure Dart applications. Aggregates dependency injection and reactivity.
0.0.7 #
- Bumped version to 0.0.7
0.0.6 #
Breaking Changes #
- REMOVED
LevitState. Replaced withLevitStore.- API remains largely similar but class name and semantics have shifted to "Store".
New Features #
- Enhanced LevitRef:
- Added
ref.put(),ref.lazyPut(), andref.lazyPutAsync()allowing full DI registration capabilities directly from within a store/controller definition.
- Added
0.0.5 #
- Production-ready documentation (Effective Dart compliance)
- Added
topicsto pubspec for improved discoverability - Performance and stability improvements
0.0.4 #
- Optimized
Zone.currentlookups for auto-linking (fast-path when no capture is active). - Integrated with unified
LevitReactiveMiddlewaresystem. - Renamed
LevitScopeMiddleware.onInittoonDependencyInit. - Improved controller lifecycle management and async initialization.
0.0.3 #
- Linting fixes and dependencies update.
0.0.2 #
- Added example project.
0.0.1 #
- Initial release.