Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Releases: jsdom/domexception

4.0.0

06 Oct 16:46
Compare
Choose a tag to compare

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

03 Oct 22:50
Compare
Choose a tag to compare

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

14 Dec 19:48
Compare
Choose a tag to compare

Dependency updates, which should not affect consumers.

2.0.0

07 Dec 18:29
Compare
Choose a tag to compare

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.

1.0.1

22 Jan 00:32
Compare
Choose a tag to compare

Fixed missing dependency on webidl-conversions; it is now properly specified in package.json.

1.0.0

22 Jan 00:32
Compare
Choose a tag to compare

Initial release