README revision e2be19408a54a8ec1c9e810ea4eaa2f0ac7cda07
release 3.1.1
#2528740 - Node.setContent doesn't accept falsey numbers in 3.1.0
#2528748 - Node references document
#2528755 - Node - Method call error
#2528778 - Node.insert & DOM.addHTML api entries don't mention possible arguments for where parameter
#2528802 - Node.setData documentation is missing a parameter
release 3.1.0
#2528195 - added support for invalid IDs
#2528199 - fixed ID dupes across YUI instancs
#2528269 - allow for empty setContent call
#2528295 - fixed next() args
#2528330 - allow insert to accept a Y.Node instance
#2528359 - fixed IDs for subsequent clones
#2528392 - fixed hasAttribute for tabIndex
#2528450 - allow replace to accept a Y.Node instance
release 3.0.0
- Node no longer extends Base or augments Attribute
- set() no longer fires attribute change events
- Node::query -> Node::one
- Node::queryAll -> Node::all
- NodeList::get now returns a NodeList for DOM values (e.g. nodelist.get('parentNode'))
- Added Node::replace, purge, and destroy
release 3.0.0 beta 1
- Node and NodeList broken into separate classes
- NodeList no longer contains DOM related methods (appendChild, removeChild, contains, etc.)
- Node no longer contains NodeList methods (size, each, filter, etc.)
- Node extends Base
- set() fires attribute change events
- zero length NodeLists now return an empty NodeList rather than null
- added insert, prepend, append, setContent methods
- default scope of delegated event listeners is the Node instance that matched the supplied CSS selector
release 3.0.0 PR2
- Node instances now have NodeList api
- window can now be a Node instance
release 3.0.0 PR1
- initial 3.0 revision