All Versions
11
Latest Version
Avg Release Cycle
67 days
Latest Release
1500 days ago

Changelog History
Page 1

  • v0.9.0 Changes

    March 15, 2020

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Support to use other modules dependency. (#36)
    • ๐Ÿ‘Œ Support typed ConfigProperty.
    • ๐Ÿ‘Œ Support swift 5.1.
    • ๐Ÿ‘Œ Support nested type.
    • ๐Ÿ‘Œ Support typealias keyword.
    • ๐Ÿ‘Œ Support property wrapper features.
    • โž• Add method that injects dependency from string class.
    • โž• Add to get a property with Type.

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fix property merging bug when multi-module environment.
    • ๐Ÿ›  Fix specific local path bug.
    • ๐Ÿ›  Fix to searches source-code path bug.
  • v0.8.1 Changes

    January 03, 2019

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fix quote replacing bug when export property configuration. (#34)
    • ๐Ÿ›  Fix merging dictionary issues.
  • v0.8.0 Changes

    December 17, 2018

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Support configuration property. (#33)
  • v0.7.0 Changes

    November 25, 2018

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Support struct type (#31)
    • ๐Ÿ‘Œ Support Inject in Configuration.
    • โž• Add error message that injector cannot specify the mutating keyword.
    • โž• Add build target configuration.

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fix lazy autowired qualifier bug.
    • ๐Ÿ›  Fix exclude path issues.
  • v0.6.2 Changes

    October 20, 2018

    ๐Ÿ›  Bugfix

    • Thread safety (#30)
  • v0.6.1 Changes

    October 13, 2018

    ๐Ÿ›  Bugfix

    • Recursive injection cases bug (#29)
    • The empty substructure of SourceKittenFramework bug.
  • v0.6.0 Changes

    October 09, 2018

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Support another framework on Configuration. (#28)
    • ๐Ÿ‘Œ Support single payload AutowiredFactory.

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fix Unicode offset bug.
    • ๐Ÿ›  Fix dependency name bug.
    • ๐Ÿ›  Fix missing qualifier bug.
    • ๐Ÿ›  Fix ambiguous constructor bug.
    • ๐Ÿ›  Fix path of the source file in parser bug.
    • ๐Ÿ›  Fix reset issues.
  • v0.5.0 Changes

    September 23, 2018

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Improved loading flow for ModuleFactory. (#23)
    • ๐Ÿ‘Œ Support swift 4.2 (#24)
  • v0.4.0 Changes

    September 03, 2018

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Support multiple build target on deli.yml (#2)
    • ๐Ÿ‘Œ Support for specifying the name of the output class. (#16)
  • v0.3.1 Changes

    August 30, 2018

    ๐Ÿ†• New Feature

    • ๐Ÿ‘Œ Support Swift 4.1.2.