ModelRocket v1.3 Release Notes

Release Date: 2016-04-04 // about 8 years ago
  • โž• Added

    • ๐Ÿ‘ Swift 2.2 support!

Previous changes from v1.2.4

  • โž• Added

    • RawRepresentable conformance to JSON
      • This includes a failable initializer with a single AnyObject argument and a compute property named rawValue of type AnyObject
    • Function for converting a JSON object back to raw NSData

      do { let data = try json.rawData(.PrettyPrinted) // do something with data} catch let error = JSON.DataError {}catch {}