Skip to content

Releases: uacaps/NSObject-ObjectMap

2.3.0 - 64-Bit support

Choose a tag to compare

@MatthewYork MatthewYork released this 30 May 19:49
  • Clears up a bug that could cause some class names not to parse correctly on 64-bit architectures.

Stability Enhancements and Reduced Size

Choose a tag to compare

@MatthewYork MatthewYork released this 18 Mar 16:42
  • 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

Choose a tag to compare

@bennyguitar bennyguitar released this 04 Mar 14:59

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

Choose a tag to compare

@bennyguitar bennyguitar released this 01 Aug 19:00

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

Choose a tag to compare

@bennyguitar bennyguitar released this 01 Aug 18:22

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