Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: pkg/third_party/html5lib/CHANGELOG.md

Issue 426053003: Use source_span rather than source_maps in csslib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add CHANGELOG Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/csslib/pubspec.yaml ('k') | pkg/third_party/html5lib/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.11.0+2
7 * expand the version constraint for csslib.
8
6 #### Pub version 0.10.0+1 9 #### Pub version 0.10.0+1
7 * use a more recent source_maps version. 10 * use a more recent source_maps version.
8 11
9 #### Pub version 0.10.0 12 #### Pub version 0.10.0
10 * fix how document fragments are added in NodeList.add/addAll/insertAll. 13 * fix how document fragments are added in NodeList.add/addAll/insertAll.
11 14
12 #### Pub version 0.9.2-dev 15 #### Pub version 0.9.2-dev
13 * add Node.text, Node.append, Document.documentElement 16 * add Node.text, Node.append, Document.documentElement
14 * add Text.data, deprecate Node.value and Text.value. 17 * add Text.data, deprecate Node.value and Text.value.
15 * deprecate Node.$dom_nodeType 18 * deprecate Node.$dom_nodeType
16 * added querySelector/querySelectorAll, deprecated query/queryAll. 19 * added querySelector/querySelectorAll, deprecated query/queryAll.
17 This matches the current APIs in dart:html. 20 This matches the current APIs in dart:html.
OLDNEW
« no previous file with comments | « pkg/csslib/pubspec.yaml ('k') | pkg/third_party/html5lib/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698