Release 1.21
Changes since version 1.20:
- All
NSObject
instances are now cloneable. CallingNSObject.clone()
will return a deep copy of the object. - Binary Property Lists
- Fixed
OutOfMemoryError
when parsing binary property list files with an invalid object table (#42). - Improved exceptions that are thrown in case of a corrupted or invalid object table
- Fixed
- ASCII Property Lists
- The text encoding that is used when parsing a property list can now be configured (#48, #47)
- UTF-16 and UTF-32 encoded property lists with BOM are now automatically detected
- Escaped single quotes are now properly unescaped (#45)
- Improved exceptions that are thrown when encountering an invalid escape sequence