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

Side by Side Diff: CHANGELOG.md

Issue 1016913002: pkg/smoke: support latest analyzer version and formatted code (Closed) Base URL: https://github.com/dart-lang/smoke@master
Patch Set: updates Created 5 years, 9 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
« no previous file with comments | « no previous file | lib/codegen/generator.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 #### 0.3.1+1
2 * Updated dependency versions.
3
1 #### 0.3.1 4 #### 0.3.1
2 * Add canAcceptNArgs method. 5 * Add canAcceptNArgs method.
3 6
4 #### 0.3.0 7 #### 0.3.0
5 * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15. 8 * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15.
6 9
7 #### 0.2.1+1 10 #### 0.2.1+1
8 * Fix toString calls on Type instances. 11 * Fix toString calls on Type instances.
9 12
10 #### 0.2.0+3 13 #### 0.2.0+3
(...skipping 10 matching lines...) Expand all
21 * Static configuration can be modified, so code generators can split the 24 * Static configuration can be modified, so code generators can split the
22 static configuration in pieces. 25 static configuration in pieces.
23 * **breaking change**: for codegen call `writeStaticConfiguration` instead of 26 * **breaking change**: for codegen call `writeStaticConfiguration` instead of
24 `writeInitCall`. 27 `writeInitCall`.
25 28
26 #### 0.1.0 29 #### 0.1.0
27 * Initial release: introduces the smoke API, a mirror based implementation, a 30 * Initial release: introduces the smoke API, a mirror based implementation, a
28 statically configured implementation that can be declared by hand or be 31 statically configured implementation that can be declared by hand or be
29 generated by tools, and libraries that help generate the static 32 generated by tools, and libraries that help generate the static
30 configurations. 33 configurations.
OLDNEW
« no previous file with comments | « no previous file | lib/codegen/generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698