v0.2.1
- fix:
dayOfWeek
/yearOfWeek
/weekOfYear
incorrectly using local time (#26, #27) - fix: Compliant string-level normalization of time zone IDs (mentioned in #3)
- fix:
DateTimeFormat
constructor cannot be invoked withoutnew
(#25) - fix:
DateTimeFormat::format
correctly implemented as bound getter - fix:
Duration::toLocaleString
falls back totoString
- feature: better tree-shakability for ESM