v0.3.0
What's Changed
- Add Date, Time, and DateTime support by @imclerran in #14
Full migration to the new API
- This is a breaking change! The IsoToUtc module has been removed in favor of
fromIsoStr
andfromIsoU8
functions in the Date, Time, and DateTime modules. - To get a
Utc
result, use the fromIsoStr or U8 functions, then calltoUtc
. This applies equally to Date, Time (toUtcTime
), and DateTime.
Full Changelog: v0.2.2...v0.3.0