Skip to content

Commit

Permalink
v1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 12, 2023
1 parent 273cfed commit 0261761
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
1.21.3 / 2023-07-12
=================
* [Fix] `ES2017+`: `RawBytesToNumber`, `RawBytesToNumeric`: properly handle some scenarios
* [Fix] `ES2015`+: `GetV`: the receiver is `V`, not `O`
* [Fix] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: fix exponent calculation for Float64, improve tests
* [Fix] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: fix logic, improve tests
* [Fix] `ES2019`+: `thisTimeValue`: fix spackling
* [Robustness] `ES2017`+: `NumberToRawBytes`, `NumericToRawBytes`: use `SameValue` instead of `Object.is`
* [Refactor] `ES2021`+: `ValidateAtomicAccess`: use `typed-array-byte-offset`
* [Refactor] `ES2019`+: `AddEntriesFromIterable`: use `ThrowCompletion`
* [patch] `ES2015`+: `ObjectDefineProperties`: satisfy TODO
* [patch] `ES2015`+: `GetV`: improve error message
* [patch] fix spec URLs
* [Deps] update `get-intrinsic`, `regexp.prototype.flags`, `which-typed-array`
* [actions] fix permissions
* [Tests] add buffer test case fixtures + tests
* [Tests] skip test that modifies the env in SES
* [Tests] fix regex flags tests for node 20
* [Dev Deps] update `@ljharb/eslint-config`, `aud`, `available-regexp-flags`, `is-core-module`, `tape`

1.21.2 / 2023-03-12
=================
* [Fix] `ES2015`+: `CreateDataProperty`: use `OrdinaryDefineOwnProperty`
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.2",
"version": "1.21.3",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit 0261761

Please sign in to comment.