Skip to content

ModelRocket 1.1 with Swift 2 support

Compare
Choose a tag to compare
@jlandon jlandon released this 17 Sep 03:05
· 29 commits to master since this release

Added

  • Swift 2 support!
  • Default implementations for Model and RawRepresentable (String and Int) types.
  • isNil property on JSON

Updated

  • Conformance to Equatable for JSON, Property, PropertyArray, and PropertyDictionary

Renamed

  • ModelRocket class to Model, to fix a namespacing issue caused by the framework and class sharing the same name.