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

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

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

Powered by Google App Engine
This is Rietveld 408576698