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