Releases: tatewake/DefaultsStorage
Releases · tatewake/DefaultsStorage
1.1.0
DefaultsStorage 1.1.0
Added
Assuming "standard types" refers to Bool, Int, Double, String, Date, and Data
- DS-2 - Added support for arrays of standard types:
[Bool],[Int],[Double], etc - DS-2 - Added support for string-based dictionaries of standard types:
[String: Bool],[String: Int],[String: Double], etc
Changed
- DS-2 - Type checking is now done at runtime during initialization; previously this was done at compile time, but this did not allow for easily adding array and dictionary support