Releases: jsdom/domexception
4.0.0
The breaking changes in this version are to the API exported by the domexception/webidl2js-wrapper
module. In particular it now is based on webidl2js
v17, which changes some of the exported function signatures, and changes the realms of any errors thrown on misuse.
3.0.0
Now requires Node.js v12 as the minimum version.
Removed some removed-from-spec name to code mappings, per whatwg/webidl#946.
2.0.1
2.0.0
The breaking change in this release is raising the minimum Node.js version to v8.
This release introduces the domexception/webidl2js-wrapper
module, which can be used to install DOMException
constructors on arbitrary global objects, using that global object's Error
constructor. (This is useful for jsdom, after jsdom/jsdom@5e39a4c). Consumers of the default domexception
module are not affected.