Deli v0.9.0 Release Notes
Release Date: 2020-03-15 // about 5 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.