Kawoou Deli Versions Save

Deli is an easy-to-use Dependency Injection(DI).

v0.9.0

4 years ago

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

5 years ago

Bugfix

  • Fix quote replacing bug when export property configuration. (#34)
  • Fix merging dictionary issues.

v0.8.0

5 years ago

New Feature

  • Support configuration property. (#33)

v0.7.0

5 years ago

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

5 years ago

Bugfix

  • Thread safety (#30)

v0.6.1

5 years ago

Bugfix

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

v0.6.0

5 years ago

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

5 years ago

New Feature

  • Improved loading flow for ModuleFactory. (#23)
  • Support swift 4.2 (#24)

v0.4.0

5 years ago

New Feature

  • Support multiple build target on deli.yml (#2)
  • Support for specifying the name of the output class. (#16)

v0.3.1

5 years ago

New Feature

  • Support Swift 4.1.2.