Skip to content

Releases: codejive/java-properties

v0.0.7

21 Feb 13:18
Compare
Choose a tag to compare

Release 0.0.6

14 Nov 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

Release 0.0.5

30 Jul 17:49
Compare
Choose a tag to compare

What's Changed

  • fix: now properly generating hex escape sequences by @quintesse in #12
  • fix: we don't escape non-ISO8859-1 chars anymore by @quintesse in #14

Full Changelog: v0.0.4...v0.0.5

Release 0.0.4

30 Jul 17:49
Compare
Choose a tag to compare

What's Changed

  • test: Testing for null being passed to put() by @quintesse in #5
  • fix: don't use required code in assert by @quintesse in #7

Full Changelog: v0.0.3...v0.0.4

Release 0.0.3

13 Dec 12:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

Release 0.0.2

03 Dec 10:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

Release 0.0.1

02 Dec 12:31
Compare
Choose a tag to compare

First release. The code is fully working but not yet a drop-in replacement for the original java.util.Properties.

Full Changelog: https://github.com/codejive/java-properties/commits/v0.0.1