Skip to content

Releases: tatewake/DefaultsStorage

1.1.0

23 Apr 08:18

Choose a tag to compare

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

1.0.0

01 Nov 17:49

Choose a tag to compare

DefaultsStorage 1.0.0

Initial release