Releases: sassiwalid/SparkDI
Releases · sassiwalid/SparkDI
0.1.0
SparkDI 0.1.0
Initial release of SparkDI, a dependency injection framework for Swift.
New Features
- Circular dependency detection using DFS algorithm
- Type Registry for enhanced type safety
- Improved error handling with specific error types
- Actor-based thread safety
- Property wrapper (@dependency) support
- Modular dependency registration via Assembler
- Support for singleton and transient scopes