Skip to content

Commit 45ca8dc

Browse files
committed
Release 0.5.1 version bump and changelog
1 parent c29428c commit 45ca8dc

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.5.1
2+
3+
Bug fixes:
4+
5+
- Fix infinite recursion in Node 23.x with `Intl.DurationFormat` (fixes [#329](https://github.com/js-temporal/temporal-polyfill/issues/329)).
6+
- Include correct `package-lock.json` (fixes [#328](https://github.com/js-temporal/temporal-polyfill/issues/328)).
7+
- Don't override TIMEOUT when running `npm run test262`.
8+
9+
Non-breaking changes:
10+
11+
- Support Node 22.x and 23.x and test them in CI (fixes [#323](https://github.com/js-temporal/temporal-polyfill/issues/323)).
12+
- The polyfilled `Intl.DateTimeFormat` object now supports offset time zone identifiers (e.g., `-02:30`) in Node 23.x. Note that the native `Intl.DateTimeFormat` in Node 23.x also supports them, but in a nonstandard way, so you should use the polyfilled `Intl.DateTimeFormat` in your code.
13+
- Add migration guide for 0.4.x → 0.5.0.
14+
- Reduce production bundle size by deleting assertions and minifying function names.
15+
116
# 0.5.0
217

318
Breaking changes:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-temporal/polyfill",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Polyfill for ECMA TC39 Stage 3 proposal Temporal (https://github.com/tc39/proposal-temporal)",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)