Skip to content

Release 1.25

Compare
Choose a tag to compare
@3breadt 3breadt released this 17 Sep 12:07
· 30 commits to master since this release

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 and PropertyListConverter. The old methods for saving and converting in PropertyListParser 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