Skip to content

Releases: hmlongco/Factory

Release 2.5.3

27 May 22:41
Compare
Choose a tag to compare
  • Fix unique scope resolution issue on container with non-unique default scope - PR #307
  • Container.reset should also reset defaultScope and promiseTriggersError

Release 2.5.2

20 May 18:33
Compare
Choose a tag to compare
  • CocoaPods update for Factory, no FactoryTesting support

Release 2.5.1

17 May 17:35
Compare
Choose a tag to compare
  • Update preview helpers for both Containers and Factory's
  • Additional documentation for SwiftUI and SwiftUI Previews

Release 2.5.0

14 May 20:56
Compare
Choose a tag to compare
  • 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

12 May 22:10
Compare
Choose a tag to compare
  • Supports ParameterFactory service caching based on parameters (scopeOnParameters)

Release 2.4.12

08 May 17:40
Compare
Choose a tag to compare
  • Add preview convenience function to SharedContainer for SwiftUI Previews
  • New mechanism to enable StrictConcurrency in targets

Release 2.4.11

05 May 15:42
Compare
Choose a tag to compare
  • Pulled evolution support due to SPM .unsafe flags problem - Issue #289
  • Same for strict concurrency check flags when building Factory module
  • Add FactoryTesting library to Package.swift - PR #290 - DERP
  • Fix typos in readme and documentation - PR #291

Release 2.4.10

04 May 19:38
Compare
Choose a tag to compare
  • 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

01 May 23:05
Compare
Choose a tag to compare
  • Fix @injected Unable to Satisfy Sendable Conformance error - Issue #248

Release 2.4.7

30 Apr 16:00
Compare
Choose a tag to compare
  • Add support for different isolations in ContainerTrait - PR #287