Skip to content

Release 1.21

Compare
Choose a tag to compare
@3breadt 3breadt released this 21 Aug 17:18
· 65 commits to master since this release

Changes since version 1.20:

  • All NSObject instances are now cloneable. Calling NSObject.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
  • 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