Skip to content

Commit

Permalink
v1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 28, 2024
1 parent c2ad101 commit d695e1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.22.5 / 2024-02-28
=================
* [Fix] `ES2015`+: `DetachArrayBuffer`: node v21.0.0+ structuredClone throws with an already-detached ArrayBuffer
* [Fix] `helpers/assertRecord`: partial revert of 87c340d2; unintentional breaking change
* [patch] records: fix indentation, improve object checks
* [Refactor] extract TA tables to separate files
* [meta] extract "list spackled files" to separate run-script
* [Deps] update `available-typed-arrays`, `es-set-tostringtag`, `has-proto`, `is-negative-zero`, `is-shared-array-buffer`, `typed-array-buffer`, `typed-array-byte-length`, `typed-array-byte-offset`, `typed-array-length`
* [Dev Deps] update `available-regexp-flags`, `tape`
* [Dev Deps] pin `jackspeak` and `glob`, since v2.1.2+ and v10.3.8+ respectively depend on npm aliases, which kill the install process in npm < 6
* [Tests] use `define-{accessor,data}-property`
* [Tests] fix some test cases
* [Tests] use `safeBigInt` for `Z()` pattern to handle node 10.4 - 10.8

1.22.4 / 2024-02-13
=================
* [Fix] `ES2017`+: `IsDetachedBuffer`: properly allow SABs
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.4",
"version": "1.22.5",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit d695e1f

Please sign in to comment.