Skip to content

Commit

Permalink
v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 6, 2024
1 parent bec930d commit 2b83a1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.23.0 / 2024-03-04
=================
* [New] add `ES2024`
* [New] `ES2015`+: add `InternalizeJSONProperty`
* [New] `ES2015`+: add `IntegerIndexedElement{Get,Set}`
* [New] `ES2018`+: add `TimeZoneString`
* [New] `ES2022`+: add `DefineMethodProperty`
* [New] `ES2023`: add `DefaultTimeZone`
* [Fix] `ES2023`+: `SetTypedArrayFrom{TypedArray,ArrayLike}`: match engine reality
* [Fix] `ES2024`+: `GetViewByteLength`, `IsViewOutOfBounds`: support engines with only own DV properties
* [Tests] use `safe-bigint`

1.22.5 / 2024-02-28
=================
* [Fix] `ES2015`+: `DetachArrayBuffer`: node v21.0.0+ structuredClone throws with an already-detached ArrayBuffer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-abstract",
"version": "1.22.5",
"version": "1.23.0",
"author": {
"name": "Jordan Harband",
"email": "[email protected]",
Expand Down

0 comments on commit 2b83a1d

Please sign in to comment.