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

Side by Side Diff: pkg/smoke/CHANGELOG.md

Issue 433223002: Widen constraints on analyzer from polymer & smoke. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/polymer/pubspec.yaml ('k') | pkg/smoke/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 this package. 3 This file contains highlights of what changes on each version of this package.
4 4
5 #### Pub version 0.2.0+3
6 * Widen the constraint on analyzer.
7
5 #### Pub version 0.2.0+2 8 #### Pub version 0.2.0+2
6 * Widen the constraint on barback. 9 * Widen the constraint on barback.
7 10
8 #### Pub version 0.2.0+1 11 #### Pub version 0.2.0+1
9 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` 12 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
10 class. 13 class.
11 14
12 #### Pub version 0.2.0 15 #### Pub version 0.2.0
13 * Static configuration can be modified, so code generators can split the 16 * Static configuration can be modified, so code generators can split the
14 static configuration in pieces. 17 static configuration in pieces.
15 * **breaking change**: for codegen call `writeStaticConfiguration` instead of 18 * **breaking change**: for codegen call `writeStaticConfiguration` instead of
16 `writeInitCall`. 19 `writeInitCall`.
17 20
18 #### Pub version 0.1.0 21 #### Pub version 0.1.0
19 * Initial release: introduces the smoke API, a mirror based implementation, a 22 * Initial release: introduces the smoke API, a mirror based implementation, a
20 statically configured implementation that can be declared by hand or be 23 statically configured implementation that can be declared by hand or be
21 generated by tools, and libraries that help generate the static 24 generated by tools, and libraries that help generate the static
22 configurations. 25 configurations.
OLDNEW
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/smoke/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698