Skip to content

Swift 2.2 warning fixes, Nil object support (Xcode 7.3 required)

Compare
Choose a tag to compare
@tristanhimmelman tristanhimmelman released this 25 Mar 16:03
· 478 commits to master since this release
  • Updates to support Swift 2.2 changes
  • JSON containing nil objects is no longer ignored. This is especially important when mapping to an existing object where the developer may want to remove a variable based on a nil JSON object.