Skip to content

Releases: poiu-de/apron

apron-2.1.1

31 May 21:35
4e43305
Compare
Choose a tag to compare

Changelog

  • Fix handling of escaped CR LF line endings (#11)
    Thanks to Vladimir Kroupa and Jan Novotný

apron-2.1.0

20 Dec 09:45
71a7d1b
Compare
Choose a tag to compare

Changelog

  • Provide JPMS module-info to be used in JPMS modularized applications
    The module-info will only be used by Java 9+. All other classes are
    still compatible with Java 8.
  • Provide java.util.Properties wrapper around PropertyFile
  • Make appendEntry methods public (#7)
  • Replace setValue method with set. setValue still exists, but is
    deprecated from now on. (#8)

apron-2.0.1

21 Nov 16:32
ae10c0d
Compare
Choose a tag to compare

Changelog

  • Escape newlines to literal newlines (#3)
  • When checking for value changes compare unescaped values (#4)
  • Escape backslashes when escaping (#5)

apron-2.0.0

15 Nov 11:42
7b21682
Compare
Choose a tag to compare

Changelog

  • Added functionality to reformat and reorder the entries in a PropertyFile
  • Renamed de.poiu.apron.Options to de.poiu.apron.ApronOptions

apron-1.0.0

27 Sep 11:58
c318ce5
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag apron-1.0.0