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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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
« 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.6
2 * Update to analyzer '^0.27.0' and update to the test package.
3
4 #### 0.3.5
5 * Update to analyzer '<0.27.0'
6
7 #### 0.3.4
8 * Add excludeOverriden to QueryOptions which removes declarations that were
9 overriden within the class hierarchy.
10
11 #### 0.3.3+1
12 * Update logging package to `<0.12.0`.
13
14 #### 0.3.3
15 * Update to analyzer `<0.26.0`.
16
17 #### 0.3.2
18 * Work around an issue running Dart analyzer on the generated code, if the
19 `dynamic` type appeared in the output. Smoke will now use `Object` instead.
20
21 #### 0.3.1+1
22 * Updated dependency versions.
23
24 #### 0.3.1
25 * Add canAcceptNArgs method.
26
27 #### 0.3.0
28 * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15.
29
30 #### 0.2.1+1
31 * Fix toString calls on Type instances.
32
33 #### 0.2.0+3
34 * Widen the constraint on analyzer.
35
36 #### 0.2.0+2
37 * Widen the constraint on barback.
38
39 #### 0.2.0+1
40 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
41 class.
42
43 #### 0.2.0
44 * Static configuration can be modified, so code generators can split the
45 static configuration in pieces.
46 * **breaking change**: for codegen call `writeStaticConfiguration` instead of
47 `writeInitCall`.
48
49 #### 0.1.0
50 * Initial release: introduces the smoke API, a mirror based implementation, a
51 statically configured implementation that can be declared by hand or be
52 generated by tools, and libraries that help generate the static
53 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