Deli v0.9.0 Release Notes

Release Date: 2020-03-15 // about 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.

Previous changes from v0.8.1

  • ๐Ÿ›  Bugfix

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