Skip to content

v0.4.14

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 11:49
· 955 commits to main since this release

Features

  • Add day and week iterators for NaiveDate (@gnzlbg & @robyoung)
  • Add a Month enum (@hhamana)
  • Add locales. All format functions can now use locales, see the documentation for the unstable-locales feature.
  • Fix Local.from_local_datetime method for wasm

Improvements

  • Added MIN and MAX values for NaiveTime, NaiveDateTime and DateTime<Utc>.