Skip to content

Commit

Permalink
Version 16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 23, 2021
1 parent f51f2ec commit 74a8d1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ Matthew Pflueger <matthew.pflueger@gmail.com>
Matthew Phillips <matthew@matthewphillips.info>
Max Walker <maxwell.a.walker@gmail.com>
Maxim Vorobjov <maxim.vorobjov@gmail.com>
Michael Best <mbest@dasya.com>
Michael Fleet <mofosho@fantasticmf.com>
Michael Hayes <michael.hayes@urbanairship.com>
Michael Mior <michael.mior@gmail.com>
Expand All @@ -211,6 +212,7 @@ Nicklas Gummesson <nicklas.gummesson@gmail.com>
Nicolas HENRY <icewil@gmail.com>
Nicolas LaCasse <nicolas.lacasse@gmail.com>
Nik Nyby <niknyby@gmail.com>
ninevra <ninevra@gmail.com>
Ojek <ojek25@gmail.com>
Olivier El Mekki <olivier@el-mekki.com>
Ondřej Žára <ondras@zarovi.cz>
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 16.6.0

* Added `parentNode.replaceChildren()`. (ninevra)
* Fixed jsdom's handling of when code running inside the jsdom throws `null` or `undefined` as an exception. (mbest)
* Removed the dependency on the deprecated [`request`](https://www.npmjs.com/package/request) package, in the process fixing several issues with the `XMLHttpRequest` implementation around header processing. Special thanks to vegardbb for completing this months-long effort!

## 16.5.3

* Fixed infinite recursion when using `MutationObserver`s to observe elements inside a `MutationObserver` callback.
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": "16.5.3",
"version": "16.6.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 74a8d1e

Please sign in to comment.