Releases: hmlongco/Factory
Releases · hmlongco/Factory
Release 2.5.3
Release 2.5.2
- CocoaPods update for Factory, no FactoryTesting support
Release 2.5.1
- Update preview helpers for both Containers and Factory's
- Additional documentation for SwiftUI and SwiftUI Previews
Release 2.5.0
- Migration of import library name from Factory to FactoryKit (See README)
- Supports ParameterFactory service caching based on parameters (scopeOnParameters)
- FactoryKit library change corrects XCFramework build problems - Issue #252
Release 2.4.13
- Supports ParameterFactory service caching based on parameters (scopeOnParameters)
Release 2.4.12
- Add preview convenience function to SharedContainer for SwiftUI Previews
- New mechanism to enable StrictConcurrency in targets
Release 2.4.11
Release 2.4.10
- Enables library evolution support on release builds - Issue #278
- Potential fix for differing ObjectIdentifiers for the same Factory when working across modules - Issue #277
- Enables strict concurrency check flags when building Factory module
- Miscellaneous code cleanup around globalVariableLock and eliminates globalDebugInformationMap
Release 2.4.9
Release 2.4.7
- Add support for different isolations in ContainerTrait - PR #287