Skip to content

Commit

Permalink
v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 16, 2024
1 parent a3b45f3 commit 2b6f3ca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
1.23.6 / 2024-12-15
=================
* [Fix] `ES2015` - `ES2019`: `IntegerIndexedElementSet`: reject BigInt Typed Arrays prior to ES2020
* [Fix] `ES2023`+: `SetTypedArrayFromTypedArray`: provide missing `cloneConstructor` argument to `CloneArrayBuffer`
* [Fix] `ES2024`+: `FindViaPredicate`: spec enums are uppercase now
* [Fix] `ES2017` - `ES2019`: `SetValueInBuffer`: handle proper number of arguments
* [Fix] `ES2015`+: `QuoteJSONString`: properly handle surrogates
* [Fix] `ES2015`+: `TestIntegrityLevel`: properly handle envs without property descriptors
* [patch] `ES2018` - `ES2023`: `thisSymbolValue`: only require `Symbol.prototype.valueOf` for boxed Symbols
* [Robustness] `ES2015` - `ES2016`: `SetValueInBuffer`: salt dictionary keys in case of pre-proto envs
* [Refactor] use `math-intrinsics`
* [Refactor] use `call-bound` directly
* [Refactor] `ES2015`+: `GetIterator`: hoist an object to module scope
* [Refactor] use `typeof` over `Type()` when possible
* [Refactor] `ES2015` - `ES2016`: `GetValueFromBuffer`: remove unnecessary extra helper argument
* [Refactor] misc cleanups
* [Refactor] make and use `isObject` helper
* [Refactor] `ES5`+: `MonthFromTime`: throw a `RangeError` for an out of range timestamp
* [Refactor] use `+` over `Number()`
* [Deps] update `arraybuffer.prototype.slice`, `call-bind`, `es-define-property`, `es-to-primitive`, `function.prototype.name`, `get-intrinsic`, `gopd`, `has-proto`, `has-symbols`, `internal-slot`, `is-data-view`, `is-regex`, `is-string`, `which-typed-array`, `is-weakref`, `safe-array-concat`, `safe-regex-test`, `string.prototype.trim`, `string.prototype.trimend`, `typed-array-byte-offset`, `typed-array-length`
* [meta] remove unnecessary unspackles
* [Tests] `isStringOrUndefined`: increase coverage
* [Tests] bigint tests are ES2020+ only
* [Dev Deps] update `array.prototype.flatmap`, `is-core-module`, `is-registered-symbol`

1.23.5 / 2024-11-14
=================
* [Fix] `ES2015`+: `CompletionRecord`: ensure `?` works on any non-abrupt completion
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.23.5",
"version": "1.23.6",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit 2b6f3ca

Please sign in to comment.