Skip to content

1.0.0-beta.1.0.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 07 Dec 05:34
· 56 commits to master since this release

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)