Skip to content

Releases: ethlo/itu

v1.5.2

02 Mar 20:45
Compare
Choose a tag to compare
  • Performance optimizations, especially formatting performance nearly doubled.
  • Better error message for date-times with fractions, but missing time-zone.
  • More granular benchmark tests.

v1.5.1

28 Feb 09:16
Compare
Choose a tag to compare

ITU is now using a list of known leap-second dates in the past and keeps the current rule for date-times after the last known leap-second year/date. This will avoid breaking the parsing of valid leap second due to not having the very last updated list of leap-seconds. The LeapSecondException now has a new method to allow for checking if this is indeed a valid leap-second according to the list, via boolean isVerifiedValidLeapYearMonth().

v1.5.0

27 Feb 13:24
Compare
Choose a tag to compare
  • Massive performance improvement for formatting
  • NOTE: Breaking change where previous versions returned null for null/empty input when parsing. This now throws an exception in line with the java.time classes

v1.4.0

26 Feb 14:30
Compare
Choose a tag to compare
  • Upgrade test dependencies and restructure a few internals to be able to write more fine-grained tests
  • Rerun tests for performance documentation.

v1.3.0

27 Oct 10:46
4bfca0b
Compare
Choose a tag to compare

Fixes #6

v1.2.0

27 Oct 10:54
Compare
Choose a tag to compare

Support parsing of sub-date formats (year and year-month) and ITU utility class with static methods

v1.1.0

24 Jan 14:13
Compare
Choose a tag to compare

#2 - Support for space as date/time separator for parsing, as specified as optional in the RFC-3339.

1.0 beta 1

27 Feb 09:23
Compare
Choose a tag to compare
1.0 beta 1 Pre-release
Pre-release

Fully functional and with a test coverage of 97%