| 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.2+1 |
| 7 * Exclude `.packages` file from the published package. |
| 8 |
| 6 #### Pub version 0.12.2 | 9 #### Pub version 0.12.2 |
| 7 * Added `Element.endSourceSpan`, containing the span of a closing tag. | 10 * Added `Element.endSourceSpan`, containing the span of a closing tag. |
| 8 | 11 |
| 9 #### Pub version 0.12.0+1 | 12 #### Pub version 0.12.0+1 |
| 10 * Support `csslib` version `0.12.0`. | 13 * Support `csslib` version `0.12.0`. |
| 11 | 14 |
| 12 #### Rename to package:html 0.12.0 | 15 #### Rename to package:html 0.12.0 |
| 13 * package has been renamed to `html` | 16 * package has been renamed to `html` |
| 14 | 17 |
| 15 #### Pub version 0.12.0 | 18 #### Pub version 0.12.0 |
| 16 * switch from `source_maps`' `Span` class to `source_span`'s | 19 * switch from `source_maps`' `Span` class to `source_span`'s |
| 17 `SourceSpan` class. | 20 `SourceSpan` class. |
| 18 | 21 |
| 19 #### Pub version 0.11.0+2 | 22 #### Pub version 0.11.0+2 |
| 20 * expand the version constraint for csslib. | 23 * expand the version constraint for csslib. |
| 21 | 24 |
| 22 #### Pub version 0.10.0+1 | 25 #### Pub version 0.10.0+1 |
| 23 * use a more recent source_maps version. | 26 * use a more recent source_maps version. |
| 24 | 27 |
| 25 #### Pub version 0.10.0 | 28 #### Pub version 0.10.0 |
| 26 * fix how document fragments are added in NodeList.add/addAll/insertAll. | 29 * fix how document fragments are added in NodeList.add/addAll/insertAll. |
| 27 | 30 |
| 28 #### Pub version 0.9.2-dev | 31 #### Pub version 0.9.2-dev |
| 29 * add Node.text, Node.append, Document.documentElement | 32 * add Node.text, Node.append, Document.documentElement |
| 30 * add Text.data, deprecate Node.value and Text.value. | 33 * add Text.data, deprecate Node.value and Text.value. |
| 31 * deprecate Node.$dom_nodeType | 34 * deprecate Node.$dom_nodeType |
| 32 * added querySelector/querySelectorAll, deprecated query/queryAll. | 35 * added querySelector/querySelectorAll, deprecated query/queryAll. |
| 33 This matches the current APIs in dart:html. | 36 This matches the current APIs in dart:html. |
| OLD | NEW |