All Versions
24
Latest Version
Avg Release Cycle
47 days
Latest Release
-

Changelog History
Page 2

  • v1.1.4 Changes

    May 02, 2020
    • โž• Add Resolver.reset() function to reset Resolver to original state
  • v1.1.3 Changes

    May 02, 2020
    • โž• Add @OptionalInjected property wrapper
    • Fixed Empty CURRENT_PROJECT_VERSION variable.
    • Mark framework to use application extension safe api only
    • ๐Ÿ–จ Use fatalError message instead of print
  • v1.1.2 Changes

    December 29, 2019
    • โž• Add @InjectedObject property wrapper for SwiftUI support
    • Ensure proper initialization of pthread mutexes
    • โž• Add missing public keyword to registerAllServices() method
    • ๐ŸŽ Expand supported platforms to include macOS, tvOS, and watchOS
    • ๐Ÿ‘ Set minimum supported platform on iOS to iOS 11
  • v1.1.1 Changes

    December 02, 2019
    • โšก๏ธ Update project for Swift 5.1 and SPM
    • โž• Add @injected property wrapper for Swift 5.1
    • โž• Add @LazyInjected property wrapper for Swift 5.1
    • โœ… Revise unit tests for more code coverage
    • ๐Ÿ‘‰ Make static registration function public and add concurrency mutexes
    • โž• Add type specification to defaultScope
    • ๐Ÿ›  Fix initializers on scope types to allow public instantiation.
    • ๐Ÿ‘ Allow clearing the shared cache
  • v1.1.0 Changes

    December 02, 2019
    • โšก๏ธ Update project for Swift 5.1 and SPM
    • โž• Add @Injected property wrapper for Swift 5.1
    • โž• Add @LazyInjected property wrapper for Swift 5.1
    • โœ… Revise unit tests for more code coverage
    • ๐Ÿ‘‰ Make static registration function public and add concurrency mutexes
    • โž• Add type specification to defaultScope
    • ๐Ÿ›  Fix initializers on scope types to allow public instantiation.
    • ๐Ÿ‘ Allow clearing the shared cache
  • v1.0.8 Changes

    • โšก๏ธ Update project settings for Swift 5
  • v1.0.7 Changes

    February 18, 2019
    • โšก๏ธ Update project for Swift 4.2
    • โœ… Ensure all tests pass under new environment

    Note project file changes only. No code changes over 1.0.6.

  • v1.0.6 Changes

    February 18, 2019
    • ๐Ÿ›  Fix bug resolving shared protocols
    • โž• Add passed resolver option to factories
  • v1.0.5 Changes

    June 09, 2018
    • Value types should not be cached during graph resolution
    • ๐Ÿ”„ Changed registrationsNeeded to performInitialRegistrations closure
  • v1.0.4 Changes

    May 06, 2018
    • โž• Add tests to ensure correct handling of named cached values