Skip to content

Releases: etiennestuder/java-ordered-properties

Support escaping of non-latin characters

27 Jun 20:22
e8bfe78
Compare
Choose a tag to compare

Support escaping of non-latin characters when persisting properties to file via OutputStream.

Add Maven metadata to released artifact

23 May 10:53
14ed44f
Compare
Choose a tag to compare

Add missing metadata to pom.xml to be compliant with MavenCentral.

Provide compatibility from Java 6 to Java 11

13 Jan 12:26
ff459c4
Compare
Choose a tag to compare

Extend implementation to cover all Java versions from Java 6 to Java 11.

Provide additional APIs

13 Oct 18:19
Compare
Choose a tag to compare

Provide additional APIs removeProperty and copyOf.

Initial public version

11 Oct 23:24
Compare
Choose a tag to compare

Initial public version of the OrderedProperties class.