Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@jasonwilliams jasonwilliams released this 05 Dec 14:24
· 33 commits to main since this release
148d972

What's Changed

Enhancements

  • Add with_* methods to Date and DateTime by @nekevss in #84
  • Implement DateTime diffing methods Until and Since by @nekevss in #83
  • Implement compare functionality and some more traits by @nekevss in #82
  • Updates to instant and its methods by @nekevss in #85
  • Implement DateTime round method by @nekevss in #88
  • Add PartialTime and PartialDateTime with corresponding with methods. by @nekevss in #92
  • Remove num-bigint dependency and rely on primitives by @nekevss in #103
  • Stub out tzdb support to unblock Now and ZonedDateTime by @nekevss in #99
  • Stub out tzdb support for Windows and POSIX tz string by @nekevss in #100
  • Implement ZonedDateTime's add and subtract methods by @nekevss in #102
  • Add from_partial methods to PlainTime, PlainDate, and PlainDateTime by @nekevss in #106

Other Changes

New Contributors

Full Changelog: v0.0.3...v0.0.4