Skip to content

1.1.0

Latest

Choose a tag to compare

@tatewake tatewake released this 23 Apr 08:18

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