Skip to content

Commit

Permalink
v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 10, 2023
1 parent c18ed51 commit b3fc2d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.21.1 / 2023-01-10
=================
* [Fix] move `available-typed-arrays` to runtime deps
* [Fix] `ES2021`+: `NumberToBigInt`: throw the proper error on an env without BigInts
* [Fix] `ES2018`+: `CreateAsyncFromSyncIterator`: properly check `next` method args length
* [Fix] `ES2020`-`ES2021`: Abstract Relational Comparison: handle BigInts properly
* [Fix] `ES2022`+: `StringToBigInt`: invalid BigInts should be `undefined`, not `NaN` as in previous years
* [Fix] `helpers/isFinite`: properly handle BigInt values
* [Fix] `ES2020`+: `CreateListFromArrayLike`: accept BigInts
* [Fix] `ES2019`+: `AsyncFromSyncIteratorContinuation`: throw a SyntaxError when > 1 arg is passed
* [patch] `ES2020`+: `GetIterator`: use SyntaxError for intentionally unsupported
* [patch] `ES2015`+: `GetPrototypeFromContructor`: use SyntaxError for intentionally unsupported
* [patch] `ES2022`+: `StringToNumber`: fix non-string assertion failure message
* [Deps] update `es-set-tostringtag`, `is-array-buffer`
* [Tests] increase coverage
* [Tests] exclude coverage from files that have been replaced by an extracted package

1.21.0 / 2023-01-04
=================
* [New] `ES2015`+: add `IsDetachedBuffer`
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.0",
"version": "1.21.1",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit b3fc2d4

Please sign in to comment.