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.12.0 |
| 7 * switch from `source_maps`' `Span` class to `source_span`'s |
| 8 `SourceSpan` class. |
| 9 |
6 #### Pub version 0.10.0+1 | 10 #### Pub version 0.10.0+1 |
7 * use a more recent source_maps version. | 11 * use a more recent source_maps version. |
8 | 12 |
9 #### Pub version 0.10.0 | 13 #### Pub version 0.10.0 |
10 * fix how document fragments are added in NodeList.add/addAll/insertAll. | 14 * fix how document fragments are added in NodeList.add/addAll/insertAll. |
11 | 15 |
12 #### Pub version 0.9.2-dev | 16 #### Pub version 0.9.2-dev |
13 * add Node.text, Node.append, Document.documentElement | 17 * add Node.text, Node.append, Document.documentElement |
14 * add Text.data, deprecate Node.value and Text.value. | 18 * add Text.data, deprecate Node.value and Text.value. |
15 * deprecate Node.$dom_nodeType | 19 * deprecate Node.$dom_nodeType |
16 * added querySelector/querySelectorAll, deprecated query/queryAll. | 20 * added querySelector/querySelectorAll, deprecated query/queryAll. |
17 This matches the current APIs in dart:html. | 21 This matches the current APIs in dart:html. |
OLD | NEW |