Releases: hmlongco/Factory
Releases · hmlongco/Factory
Release 1.3.5
- Adds specific reset options to factories and property wrappers
Release 1.3.4
- Add resolve() function to property wrappers to trigger immediate resolution.
Release 1.3.3
- Minor bugfix in circular dependency check to reset chain on error
Release 1.3.1
- Increase unit test code coverage to 98.8%
Release 1.3.0
- Added support for Graph scopes
- Added Circular Dependency Detection checks when running in DEBUG mode
- Fixed issue with shared scope failing in iOS 14.x and earlier - Issue #43
1.2.9 Release
- Add an registration endpoint that's called prior to first service resolution.
1.2.8 Release
- Cocoapods
1.2.7 Release
- Fixed shared caching behavior with value-based protocols
1.2.6 Release
- Fixed shared caching issue with non-optional protocol types
- Fixed type problem with WeakLazyInjected and protocol types
1.2.5 Release
- Added WeakLazyInjected property wrapper for parent child relationships