Skip to content

Releases: kawoou/Deli

0.9.0

17 Mar 11:52
v0.9.0
ce03cd3
Compare
Choose a tag to compare

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.

0.8.1

03 Jan 13:30
9dffba1
Compare
Choose a tag to compare

Bugfix

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

0.8.0

17 Dec 16:52
fced235
Compare
Choose a tag to compare

New Feature

  • Support configuration property. (#33)

0.7.0

25 Nov 08:42
6241730
Compare
Choose a tag to compare

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.

0.6.2

20 Oct 07:37
0980edf
Compare
Choose a tag to compare

Bugfix

  • Thread safety (#30)

0.6.1

13 Oct 14:32
3e336d1
Compare
Choose a tag to compare

Bugfix

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

0.6.0

09 Oct 11:22
0c05105
Compare
Choose a tag to compare

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.

0.5.0

23 Sep 14:02
e261530
Compare
Choose a tag to compare

New Feature

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

0.4.0

03 Sep 23:28
d9adf31
Compare
Choose a tag to compare

New Feature

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

0.3.1

30 Aug 07:31
ff0fb54
Compare
Choose a tag to compare

New Feature

  • Support Swift 4.1.2.