Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.06 KB

0.1.1 (2024-07-25)

This is a new semver compatible release. The principle addition are APIs for converting between a jiff::Span and a std::time::Duration. Specifically, there are now TryFrom<Span> for Duration and TryFrom<Duration> for Span trait implementations. There is also a Span::to_duration, which requires a relative date, for converting spans with non-uniform units (like months) to a Duration.

New features:

Bug fixes:

  • BUG #36: Saturating arithmetic for Timestamp panics with day-or-greater units.
  • BUG #38: Fix some bugs in the micro-benchmarks.
  • BUG #39: Document that the RFC 2822 parser is not technically fully spec compliant.

0.1.0 (2024-07-21)

The initial release of Jiff.