ModelRocket 1.1 with Swift 2 support
Added
- Swift 2 support!
- Default implementations for
Model
andRawRepresentable
(String and Int) types. isNil
property onJSON
Updated
- Conformance to Equatable for
JSON
,Property
,PropertyArray
, andPropertyDictionary
Renamed
ModelRocket
class toModel
, to fix a namespacing issue caused by the framework and class sharing the same name.