Release 1.25
What's Changed
- XML and ASCII parser improvements for reading data from String/Reader by @jpstotz in #71
- Moved methods related to writing and converting property lists into separate classes:
ASCIIPropertyListWriter,BinaryPropertyListWriter,XMLPropertyListWriterandPropertyListConverter. The old methods for saving and converting inPropertyListParserhave been marked as deprecated. - Added method overloads for reading/writing property lists using
java.nio.file.Pathinstances
New Contributors
Full Changelog: v1.24.0...v1.25.0