html5lib 0.9.2 html5lib: ^0.9.2 copied to clipboard
A library for working with HTML documents.
changelog #
This file contains highlights of what changes on each version of the html5lib package.
Pub version 0.9.2-dev
- add Node.text, Node.append, Document.documentElement
- add Text.data, deprecate Node.value and Text.value.
- deprecate Node.$dom_nodeType
- added querySelector/querySelectorAll, deprecated query/queryAll. This matches the current APIs in dart:html.