Skip to content

Releases: jsdom/webidl-conversions

2.0.0

19 Sep 21:39
Compare
Choose a tag to compare

This release welcomes @Sebmaster to the team, as he revives the project in service of jsdom.

The backward-incompatible change is moving away from pure ES2015 source code, instead using the subset supported on Node.js 4.0. That does not include ES2015 modules, so the consumption strategy moves to normal CommonJS modules.

Additionally, he implemented the following conversions:

  • All numeric types, although the float implementation is a bit sketchy
  • A { treatNullAsEmptyString: true } variant for DOMString
  • ByteString
  • Date
  • RegExp
  • USVString (!)

1.2.1

19 Sep 21:35
Compare
Choose a tag to compare

Added "traceur-runner": true to package.json, to better work with traceur-runner.

1.2.0

19 Sep 21:34
Compare
Choose a tag to compare

Added void.

1.1.0

13 Oct 22:12
Compare
Choose a tag to compare

Added double.

1.0.1

13 Oct 22:12
Compare
Choose a tag to compare

Made the package use the es6ify transform when used with browserify.

1.0.0

13 Oct 22:13
Compare
Choose a tag to compare

Initial release, with boolean and DOMString as the only supported conversions.