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
,XMLPropertyListWriter
andPropertyListConverter
. The old methods for saving and converting inPropertyListParser
have been marked as deprecated. - Added method overloads for reading/writing property lists using
java.nio.file.Path
instances
New Contributors
Full Changelog: v1.24.0...v1.25.0