Skip to content

Commit

Permalink
v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 14, 2023
1 parent 7d3929c commit 39fd70b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.22.2 / 2023-09-14
=================
* [Fix] `ES2015`+: `NewPromiseCapability`: use AOs from the current year, not 2022
* [Refactor] `ES2021`+: `SetTypedArrayFromArrayLike`: use `IsBigIntElementType`
* [Refactor] properly name `helpers/typedArrayConstructors`
* [Refactor] simplify helpers
* [Deps] update `arraybuffer.prototype.slice`, `function.prototype.name`, `is-typed-array`, `regexp.prototype.flags`, `safe-array-concat`, `string.prototype.trim`, `string.prototype.trimend`, `string.prototype.trimstart`, `which-typed-array`
* [actions] update actions
* [Tests] run SES tests on more node versions
* [Dev Deps] update `@unicode/unicode-15.0.0`, `array.from`, `array.prototype.filter`, `array.prototype.flatmap`, `array.prototype.indexof`, `is-core-module`, `object.fromentries`, `ses`, `tape`

1.22.1 / 2023-07-15
=================
* [Deps] add missing `safe-array-concat` dep
Expand All @@ -19,7 +30,7 @@
* [Refactor] add `isInteger` helper, and use it
* [Refactor] extract `isStringOrHole` to a helper
* [Refactor] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: extract common code to helpers
* [Refactor] make a MAX_VALUE helper
* [Refactor] make a `MAX_VALUE` helper
* [Tests] fix RawBytesToNumeric tests in node v10.4-10.8
* [Tests] fix buffer test cases in node v10.4-v10.8

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.1",
"version": "1.22.2",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit 39fd70b

Please sign in to comment.