Skip to content

0.21.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 04 May 12:12
· 48 commits to master since this release
  • Fixed potential buffer overflow when using scalar Objective-C properties(#155, #156).
  • Added support for installation using Carthage and Swift Package Manager.
  • ignoreMissingFields property now properly differentiates between a truly missing from JSON field and field, that contains null, which is turned into NSNull.null instance by NSJSONSerialization.
  • mapKeyPath:toPoperty:withDateFormatter method now creates blocks, that return nil instead of NSNull if received value is not a NSString or NSDate. NSNull instance however is left untouched.