parse-date-strings v2.0.0
- All dates supported by this library are RFC-9557 compatible (can parse with
Temporal.PlainDate.from
,Temporal.Instant.from
, orTemporal.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
orjs-temporal/temporal-polyfill
- Breaking: drops support for
YYYY
syntax - Breaking: drops support for
YYYYMM
syntax - Delimiters in dates (
-
) and times (:
) are optional.
- Note that this package is not a full polyfill — not all RFC-9557 dates are supported here. Alternatives:
- Full test suite now compares with
temporal-polyfill
output
Full Changelog: v1.0.0...v2.0.0