Skip to content

Commit

Permalink
v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 16, 2023
1 parent 75b0f18 commit 954b491
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
1.22.0 / 2023-07-15
=================
* [New] add `ES2023`
* [New] `ES2021+`: add `SetTypedArrayFromArrayLike`, `SetTypedArrayFromTypedArray`
* [New] `ES2021`+: add `CloneArrayBuffer`
* [New] `ES2020`+: add `IsValidIntegerIndex`
* [New] `ES2015`+: add `GetValueFromBuffer`, `SetValueInBuffer`
* [New] `ES2016`+: add `TypedArrayCreate`, `TypedArraySpeciesCreate`
* [New] `ES2015`+: add `IsWordChar`
* [New] `ES2017`+ add `WordCharacters`
* [New] `ES2015`+: add `Canonicalize`
* [New] `ES2015`+: add `NewPromiseCapability`
* [Fix] `ES2017+`: `NumberToRawBytes`, `NumericToRawBytes`: reimplement Float64, fix integer scenarios
* [Refactor] add `helpers/isLineTerminator`
* [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
* [Tests] fix RawBytesToNumeric tests in node v10.4-10.8
* [Tests] fix buffer test cases in node v10.4-v10.8

1.21.3 / 2023-07-12
=================
* [Fix] `ES2017+`: `RawBytesToNumber`, `RawBytesToNumeric`: properly handle some scenarios
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.21.3",
"version": "1.22.0",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit 954b491

Please sign in to comment.