Skip to content

Commit

Permalink
Version 20.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 2, 2022
1 parent 47ec321 commit df8de00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Avery Fay <avery@mixpanel.com>
Avi Deitcher <avi@deitcher.net>
Avi Vahl <avi.vahl@wix.com>
Behind The Math <aryehb412@gmail.com>
Ben Gilbert <TheHound@users.noreply.github.com>
Bernd Hacker <hacker.bernd@gmail.com>
Brandon Bethke <brandon.bethke@neudesic.com>
Brandon Paton <brandon@localizejs.com>
Brendan Abbott <brendan@bloodbone.ws>
Expand Down Expand Up @@ -274,6 +276,7 @@ saucy <zekewarren@gmail.com>
Scott Albertine <scott.albertine@gmail.com>
Scott Ashton <scottmortonashton@gmail.com>
Sean Jacke <seanineurope@gmail.com>
Sebastiaan Marynissen <sebastiaan.marynissen@gmail.com>
Sebastian Mayr <github@smayr.name>
Sebastian McKenzie <sebmck@gmail.com>
Sebastian Silbermann <silbermann.sebastian@gmail.com>
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 20.0.1

* Improved the performance of appending `<option>` elements to `<select>` elements. (TheHound)
* Fixed `location.pathname` getter to not crash when the `JSDOM` instance was created using an opaque-path URL, including the default URL of `about:blank`.
* Fixed `crypto.getRandomValues()` to accept typed array subclasses. (sebamarynissen)
* Updated various dependency minor versions. Notably, `nwsapi` fixed some selectors bugs, and `tough-cookie` fixed some cookie bugs.

## 20.0.0

* Node.js v14 is now the minimum supported version
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": "jsdom",
"version": "20.0.0",
"version": "20.0.1",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit df8de00

Please sign in to comment.