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-polyfillorjs-temporal/temporal-polyfill - Breaking: drops support for
YYYYsyntax - Breaking: drops support for
YYYYMMsyntax - 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-polyfilloutput
Full Changelog: v1.0.0...v2.0.0