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

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

Issue 421503004: Switch transformers over to source_span (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes 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/smoke/pubspec.yaml ('k') | pkg/third_party/html5lib/lib/dom.dart » ('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.12.0
7 * switch from `source_maps`' `Span` class to `source_span`'s
8 `SourceSpan` class.
9
6 #### Pub version 0.11.0+2 10 #### Pub version 0.11.0+2
7 * expand the version constraint for csslib. 11 * expand the version constraint for csslib.
8 12
9 #### Pub version 0.10.0+1 13 #### Pub version 0.10.0+1
10 * use a more recent source_maps version. 14 * use a more recent source_maps version.
11 15
12 #### Pub version 0.10.0 16 #### Pub version 0.10.0
13 * fix how document fragments are added in NodeList.add/addAll/insertAll. 17 * fix how document fragments are added in NodeList.add/addAll/insertAll.
14 18
15 #### Pub version 0.9.2-dev 19 #### Pub version 0.9.2-dev
16 * add Node.text, Node.append, Document.documentElement 20 * add Node.text, Node.append, Document.documentElement
17 * add Text.data, deprecate Node.value and Text.value. 21 * add Text.data, deprecate Node.value and Text.value.
18 * deprecate Node.$dom_nodeType 22 * deprecate Node.$dom_nodeType
19 * added querySelector/querySelectorAll, deprecated query/queryAll. 23 * added querySelector/querySelectorAll, deprecated query/queryAll.
20 This matches the current APIs in dart:html. 24 This matches the current APIs in dart:html.
OLDNEW
« no previous file with comments | « pkg/smoke/pubspec.yaml ('k') | pkg/third_party/html5lib/lib/dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698