Skip to content

v0.3.0

Compare
Choose a tag to compare
@imclerran imclerran released this 26 Apr 19:35
· 98 commits to main since this release
2ee7330

What's Changed

Full migration to the new API

  • This is a breaking change! The IsoToUtc module has been removed in favor of fromIsoStr and fromIsoU8 functions in the Date, Time, and DateTime modules.
  • To get a Utc result, use the fromIsoStr or U8 functions, then call toUtc. This applies equally to Date, Time (toUtcTime), and DateTime.

Full Changelog: v0.2.2...v0.3.0