Changelog entries are classified using the following labels from keep-a-changelog:
added: for new featureschanged: for changes in existing functionalitydeprecated: for once-stable features removed in upcoming releasesremoved: for deprecated features removed in this releasefixed: for any bug fixes
Custom labels used in this changelog:
dependencies: bumps dependencieshousekeeping: code re-organization, minor edits, or other changes that don't fit in one of the other categories.
Removed
node.definewas removed. Use define-property orObject.definePropertyinstead.
Added
node.isEmptymethodnode.clonemethod, for cloning the nodenode.stringifymethod, for returning a string fromnode.valueand/or from recursing over child nodes.
Deprecated
node.defineis deprecated and will be removed in v3.0.0. Use define-property orObject.definePropertyinstead.
Changed
node.unshiftNodewas renamed to .unshiftnode.pushNodewas renamed to .pushnode.getNodewas renamed to .find
Added
First release.