OLD | NEW |
1 # changelog | 1 # changelog |
2 | 2 |
3 This file contains highlights of what changes on each version of the html5lib | 3 This file contains highlights of what changes on each version of the html5lib |
4 package. | 4 package. |
5 | 5 |
6 #### Pub version 0.10.0-dev | 6 #### Pub version 0.9.2-dev |
| 7 * add Node.text, Node.append, Document.documentElement |
| 8 * add Text.data, deprecate Node.value and Text.value. |
| 9 * deprecate Node.$dom_nodeType |
7 * added querySelector/querySelectorAll, deprecated query/queryAll. | 10 * added querySelector/querySelectorAll, deprecated query/queryAll. |
8 This matches the current APIs in dart:html. | 11 This matches the current APIs in dart:html. |
OLD | NEW |