Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

unwrap-node

webmodules15MIT1.0.0

Unwraps a given DOM element and returns a Range surrounding its child nodes

unwrap, dom, element, range, child, children, childNode

readme

unwrap-node

Unwraps a given DOM element and returns a Range surrounding its child nodes

Sauce Test Status

Build Status

Installation

$ npm install unwrap-node

changelog

1.0.0 / 2015-02-27

  • add README.md file
  • index: use "find-within" module
  • index: define all variables at the top
  • index: more comments
  • package: allow any "zuul" v1
  • package: update "get-document" to v1.0.0
  • test: enable Travis-CI + Saucelabs testing
  • travis: fix Travis-CI credentials

0.0.1 / 2014-07-25

  • package: update "description"
  • index: handle empty nodes and the 0-width space
  • index: ensure the Range start and end on a TextNode boundary
  • initial commit