PackageTrack

npm

sub

1.1.0etler/sub

A subset of the DOM environment for running Rule.js on the server

Release timeline

17 releases since 2013
20132026

Releases

  1. 1.1.017 Jul 2025

    Nothing published for this version

  2. 1.0.031 Mar 2017

    Nothing published for this version

  3. 0.1.1324 Jan 2017

    Nothing published for this version

  4. 0.1.1213 Dec 2016

    Nothing published for this version

  5. 0.1.1118 Apr 2015

    Nothing published for this version

  6. 0.1.1026 Mar 2015

    Nothing published for this version

  7. 0.1.86 Sept 2014

    Nothing published for this version

  8. 0.1.77 Jul 2014

    Nothing published for this version

  9. 0.1.624 May 2014

    Nothing published for this version

  10. 0.1.519 May 2014

    Nothing published for this version

  11. 0.1.415 Aug 2013
    Release notes

    DOMExceptions now show a stack trace

    Open source →
  12. 0.1.35 Mar 2013
    Release notes

    Added script node support
    Added document type support
    Fixed bug in cloneNode, deep option was always true

    Open source →
  13. 0.1.22 Mar 2013
    Release notes

    Fixed attribute property to be an array instead of an object

    Open source →
  14. 0.1.12 Mar 2013
    Release notes

    Added to Element:
    querySelector
    Added to Node:
    appendChild
    replaceChild
    hasAttributes
    hasChildNodes
    contains
    normalize
    lastChild
    parentNode
    previousSibling
    Added to CharacterData:
    appendData

    Fixed bug in removeChild, removed child now returned
    Fixed bug in insertBefore, newElement was not being checked as a node properly
    Fixed bug with firstChild and lastChild, undefined was returned instead of null

    Open source →
  15. 0.1.027 Feb 2013
    Release notes

    Fixed bug in cloneNode where nested nodes did not have their parentElement set
    Fixed bug in querySelectorAll where Text nodes had selector tests applied to them
    Fixed variable leaks

    Open source →
  16. 0.0.223 Feb 2013
    Release notes

    Implemented setting innerHTML and outerHTML properties.
    Improved innerHTML and outerHTML output to recognize and format void element.
    Fixed bug in tag name regex, did not support numbers as valid characters after the first character.
    Fixed bug in querySelectorAll to allow the adjacent sibling selector (+) to ignore adjacent text nodes.

    Open source →
  17. 0.0.016 Feb 2013

    Nothing published for this version