Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 3.3 KB

File metadata and controls

91 lines (48 loc) · 3.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.5 (2026-04-20)

Fixed

  • Fix wrong order of observable operations for options object in Intl.DateTimeFormat constructor (#28)
  • Fix types of Intl when the polyfill is used as a ponyfill (#29)

0.3.4 (2026-04-14)

Fixed

  • Fix discrepancy of date time format between timestamp and Temporal objects in Intl.DateTimeFormat (#27)

0.3.3 (2026-03-21)

Added

  • Introduce opt-in cache for system time zone ID (#22)

Fixed

  • Fix bugs related to extreme dates in persian calendar (#23)

0.3.2 (2026-03-12)

Changed

  • Implement out-of-bounds check in Temporal.PlainMonthDay construction for non-ISO calendars (#21)

Fixed

  • Fix a bug caused by extreme year field during Temporal.PlainMonthDay construction (#20)

0.3.1 (2026-03-07)

Fixed

  • Fix incorrect sideEffects package settings which causes a bundle issue (#19)

0.3.0 (2026-03-07)

Added

  • Add support for non-ISO calendars (#6)

Changed

  • BREAKING: Make a type definition compatible with TypeScript 6.0, stop importing types to the global namespace when importing temporal-polyfill-lite/global (#17)

0.2.3 (2026-03-04)

Fixed

  • Fix incorrect rounding of durations in edge cases (#14)

0.2.2 (2026-02-09)

Fixed

  • Fix the bug caused by improper minification which makes new Intl.DateTimeFormat() throw TypeError (#5)

0.2.1 (2026-02-06)

Changed

  • Improve performance for ZonedDateTime (#3, e9b5cbf)
  • Improve error messages (94990ad)

Fixed

  • Stop display fractional seconds for date classes in Intl.DateTimeFormat (#2)

0.2.0 (2026-01-30)

Changed

  • BREAKING: Reflect a normative change which disallows adding weeks, days, and time units to PlainYearMonth (#1)
  • Stop mangling of function names in the production build for better stack traces (14a367e)

0.1.0 (2026-01-25)

Added

  • Initial release including everything