v0.2.2
- fix: when importing
'temporal-polyfill'
or'temporal-polyfill/impl'
,
the symbolDateTimeFormat
is exported when in factIntl
should be exported
according to thetemporal-spec
package. (#28)
Potentially BREAKING CHANGE for vanilla JS users importingDateTimeFormat
. - fix: closed off potential attack vector for ReDoS attacks on regular
expressions that parse ISO datetime strings (76a6aca)