Skip to content

Releases: uacaps/NSObject-ObjectMap

2.3.0 - 64-Bit support

30 May 19:49
Compare
Choose a tag to compare
  • Clears up a bug that could cause some class names not to parse correctly on 64-bit architectures.

Stability Enhancements and Reduced Size

18 Mar 16:42
Compare
Choose a tag to compare
  • Reduced file size
  • Fixed a bug that caused app crash when an array was missing from a class, but expected in the json

64bit Architectures

04 Mar 14:59
Compare
Choose a tag to compare

What's New

NSInteger has replaced int to future-proof ObjectMap for 64bit architectures as they become more and more prevalent in production code and as all devices use them within the next couple of years.

New XML/SOAP methods

01 Aug 19:00
Compare
Choose a tag to compare

What's New

  • XMLString method for converting NSObject to NSString version of XML
  • SOAPString method for converting NSObject to NSString version of XML(SOAP)

Initial Cocoapods Release

01 Aug 18:22
Compare
Choose a tag to compare

NSObject-ObjectMap

Version 1.0.0

What's New

  • JSON serialization of NSObjects
  • JSON deserialization to NSObjects
  • XML serialization of NSObjects
  • XML deserialization to NSObjects