Releases: wrprice/inet-time
Releases · wrprice/inet-time
Release list
0.8.64
Added
- Lots more API documentation (Javadoc)
InternetTimeField.CENTIBEAT_OF_BEATenum instance; previously internal and privateInternetTime:- DateTimeFormatter
static finalfields - Parsing and formatting convenience methods
- DateTimeFormatter
Removed
InternetTime::ofInstantremoved for naming consistency, useInternetTime::frominstead.
Otherofmethods 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
Initial release for validating the publication path to Maven Central.
InternetTimeFieldandInternetTimeUnitare complete.InternetTimeinterop 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 21compatibility for Java 21+ - Usable as a Java modulepath JAR or on the traditional classpath