Releases: chronotope/humantime
Releases · chronotope/humantime
2.3.0
What's Changed
- Add 'wk', 'wks' for weeks and 'yr', 'yrs' for years by @ryo1kato in #50
- Allow parsing zero durations with no units by @RobertGauld in #43
- Use µs not us by @RobertGauld in #45
- feat: parse_duration("0") by @aatifsyed in #55
- Support fractional durations (with precision safeguards, without any new dependency) by @TheElectronWill in #56
- feat: Accept "+00:00" as an alternative way to specify the UTC timezone by @TheElectronWill in #59
- Fractional tweaks by @djc in #60
2.2.0
What's Changed
- Clean up Rfc3339Timestamp Display buffer init by @Juici in #19
- docs: fix wrong reference to
parse_rfc3339
and add a link to it by @vrmiguel in #21 - two_digits: use
char::is_digit
andchar::to_digit
instead of direct byte arithmetic by @vrmiguel in #22 - Minor improvements by @Bond-009 in #25
- Add CI by @pinkforest in #37
- Adding missed unit test cases by @CXWorks in #41
- Tweaks by @djc in #47
- Update dependencies by @djc in #48
- align derived traits of wrapper types with those of the underlying types by @colstrom in #40