Skip to content

Releases: wrprice/inet-time

Release list

0.8.64

Choose a tag to compare

@wrprice wrprice released this 05 Jan 01:06
Immutable release. Only release title and notes can be modified.

Added

  • Lots more API documentation (Javadoc)
  • InternetTimeField.CENTIBEAT_OF_BEAT enum instance; previously internal and private
  • InternetTime:
    • DateTimeFormatter static final fields
    • Parsing and formatting convenience methods

Removed

  • InternetTime::ofInstant removed for naming consistency, use InternetTime::from instead.
    Other of methods produce exact results, but converting from Instant is rarely exact.

Fixed

  • Minor bug fixes & API spec compliance

Full Changelog: v0.4.20...v0.8.64

0.4.20

0.4.20 Pre-release
Pre-release

Choose a tag to compare

@wrprice wrprice released this 31 Dec 08:11
Immutable release. Only release title and notes can be modified.

Initial release for validating the publication path to Maven Central.

  • InternetTimeField and InternetTimeUnit are complete.
  • InternetTime interop with the Java Time API is nearly complete, however...
    • FUTURE WORK: convenience methods for formatting and parsing
  • All public classes are fully covered by tests.
  • Bytecode generated with --release 21 compatibility for Java 21+
  • Usable as a Java modulepath JAR or on the traditional classpath