irox-time v0.4.9
·
21 commits
to master
since this release
New Features
- Add epochs with corresponding offsets and integrate Julian date transformations
Introduce several new epochs and their offsets, such asLeapoch
,Vicintipoch
, andTruncatedJulianEpoch
, along with associated timestamp types. RefactorJulianDayNumber
to support conversions between Julian and various epochs while ensuring compile-time checks. UpdateDate
methods to utilize these enhancements and improve date arithmetic functionality. - Make timestamp methods
const
and refactor constructors.
Converted several functions inTimestamp
andJulianDayNumber
toconst
to enable compile-time usage. Refactored constructors to reduce redundancy and improve code clarity. Updated copyright year injulian.rs
.
Commit Statistics
- 2 commits contributed to the release over the course of 14 calendar days.
- 17 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages