Release 1.27
This release contains several important bugfixes related to malformed property lists that could cause endless loops and undocumented exceptions.
Features
- Added support for storing null objects in
NSSet - All NSObjects now implement
Comparable<NSObject> - Improved parsing of binary property lists containing multiple references to the same object instance
- Added support for Base64 NSData representation in GNUstep ASCII property lists (Issue #57)
- Added support for creating
UIDinstances fromBigIntegerinstances (Issue #38)