All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
@Inject
&@LazyInject
by @JulianAlonso - Added
weak
registration andWeakFactory
by @JulianAlonso
## [0.0.3] -
- Added SPM support by @JulianAlonso
- Added callAsFunction to Module to use it like
factory { Some(dependency: $0() ) }
by @JulianAlonso - New
resolve()
shared function to resolve dependencies with the shared module instances. by @JulianAlonso - New Logger to print whats happening while resolving dependencies. by @JulianAlonso
- Added a changelog 💣 by @JulianAlonso