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

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

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « packages/smoke/AUTHORS ('k') | packages/smoke/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #### 0.3.5
2 * Update to analyzer '<0.27.0'
3
4 #### 0.3.4
5 * Add excludeOverriden to QueryOptions which removes declarations that were
6 overriden within the class hierarchy.
7
8 #### 0.3.3+1
9 * Update logging package to `<0.12.0`.
10
11 #### 0.3.3
12 * Update to analyzer `<0.26.0`.
13
14 #### 0.3.2
15 * Work around an issue running Dart analyzer on the generated code, if the
16 `dynamic` type appeared in the output. Smoke will now use `Object` instead.
17
18 #### 0.3.1+1
19 * Updated dependency versions.
20
21 #### 0.3.1
22 * Add canAcceptNArgs method.
23
24 #### 0.3.0
25 * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15.
26
27 #### 0.2.1+1
28 * Fix toString calls on Type instances.
29
30 #### 0.2.0+3
31 * Widen the constraint on analyzer.
32
33 #### 0.2.0+2
34 * Widen the constraint on barback.
35
36 #### 0.2.0+1
37 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
38 class.
39
40 #### 0.2.0
41 * Static configuration can be modified, so code generators can split the
42 static configuration in pieces.
43 * **breaking change**: for codegen call `writeStaticConfiguration` instead of
44 `writeInitCall`.
45
46 #### 0.1.0
47 * Initial release: introduces the smoke API, a mirror based implementation, a
48 statically configured implementation that can be declared by hand or be
49 generated by tools, and libraries that help generate the static
50 configurations.
OLDNEW
« no previous file with comments | « packages/smoke/AUTHORS ('k') | packages/smoke/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698