OLD | NEW |
| (Empty) |
1 # changelog | |
2 | |
3 This file contains highlights of what changes on each version of the html5lib | |
4 package. | |
5 | |
6 #### Pub version 0.12.0 | |
7 * switch from `source_maps`' `Span` class to `source_span`'s | |
8 `SourceSpan` class. | |
9 | |
10 #### Pub version 0.11.0+2 | |
11 * expand the version constraint for csslib. | |
12 | |
13 #### Pub version 0.10.0+1 | |
14 * use a more recent source_maps version. | |
15 | |
16 #### Pub version 0.10.0 | |
17 * fix how document fragments are added in NodeList.add/addAll/insertAll. | |
18 | |
19 #### Pub version 0.9.2-dev | |
20 * add Node.text, Node.append, Document.documentElement | |
21 * add Text.data, deprecate Node.value and Text.value. | |
22 * deprecate Node.$dom_nodeType | |
23 * added querySelector/querySelectorAll, deprecated query/queryAll. | |
24 This matches the current APIs in dart:html. | |
OLD | NEW |