Skip to content

parse-date-strings v2.0.0

Compare
Choose a tag to compare
@zachleat zachleat released this 22 Jul 21:06
· 33 commits to main since this release
  • All dates supported by this library are RFC-9557 compatible (can parse with Temporal.PlainDate.from, Temporal.Instant.from, or Temporal.PlainDateTime.from) to prepare for wider Temporal API support.
    • Note that this package is not a full polyfill — not all RFC-9557 dates are supported here. Alternatives: temporal-polyfill or js-temporal/temporal-polyfill
    • Breaking: drops support for YYYY syntax
    • Breaking: drops support for YYYYMM syntax
    • Delimiters in dates (-) and times (:) are optional.
  • Full test suite now compares with temporal-polyfill output

Full Changelog: v1.0.0...v2.0.0