Skip to content

Releases: hmlongco/Factory

Release 1.3.5

16 Jan 14:39
Compare
Choose a tag to compare
  • Adds specific reset options to factories and property wrappers

Release 1.3.4

11 Jan 06:53
Compare
Choose a tag to compare
  • Add resolve() function to property wrappers to trigger immediate resolution.

Release 1.3.3

07 Jan 19:18
Compare
Choose a tag to compare
  • Minor bugfix in circular dependency check to reset chain on error

Release 1.3.1

02 Jan 23:33
Compare
Choose a tag to compare
  • Increase unit test code coverage to 98.8%

Release 1.3.0

31 Dec 18:50
Compare
Choose a tag to compare
  • 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

26 Nov 22:49
Compare
Choose a tag to compare
  • Add an registration endpoint that's called prior to first service resolution.

1.2.8 Release

18 Jul 23:30
Compare
Choose a tag to compare
  • Cocoapods

1.2.7 Release

18 Jul 08:24
Compare
Choose a tag to compare
  • Fixed shared caching behavior with value-based protocols

1.2.6 Release

18 Jul 03:43
Compare
Choose a tag to compare
  • Fixed shared caching issue with non-optional protocol types
  • Fixed type problem with WeakLazyInjected and protocol types

1.2.5 Release

13 Jul 15:50
Compare
Choose a tag to compare
  • Added WeakLazyInjected property wrapper for parent child relationships