Skip to content

Releases: aurelia/pal-nodejs

1.0.0-beta.2.0.0

22 Aug 04:51
Compare
Choose a tag to compare

aurelia-pal-nodejs 1.0.0-beta.2.0.0

Bug Fixes

  • whole-text: remove unnecessary wholeText polyfill (348a272)

Features

  • dom: add createTemplateElement (8158b02)
  • dom: implement createAttribute (e926bd9)
  • index: add reset function (a33a116)
  • jsdom: update jsdom (d8e6239)

1.0.0-beta.1.0.0

07 Dec 05:34
Compare
Choose a tag to compare

1.0.0-beta.1.0.0

Bug Fixes

  • build: correct spec require fix (de0dca4)
  • index: alias console.debug to console.log (6eae254)
  • index: use proper objects for globalization (06ad303)
  • jsdom-whole-text: polyfill actual Text class too (bb2c0f8)
  • jsdom-whole-text: use hasOwnProperty (bf02c14)
  • nodejs-dom: fallback to a dummy class for SVGElement (e406710)
  • nodejs-global: add the missing globals (1f6e596)
  • nodejs-global: remove XMLHttpRequest (d20ffb0)
  • typings: updated types breaking the build (e797969)
  • whole-text: do not polyfill if implemented (d497559)

Features

  • index: globalize returns global scope (b1b001d)
  • index: move isInitialized to aurelia-pal (b7ce21a)
  • nodejs-global: add exported globalize function (55c2ffd)
  • whole-text: add @jdanyow's wholeText jsdom polyfill (a414eb7)

1.0.0-alpha.5

14 Nov 06:23
Compare
Choose a tag to compare
  • Initial release.