Skip to content

Releases: sassiwalid/SparkDI

0.1.0

26 Jan 18:40
Compare
Choose a tag to compare

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