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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/smoke/AUTHORS ('k') | packages/smoke/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/smoke/CHANGELOG.md
diff --git a/packages/smoke/CHANGELOG.md b/packages/smoke/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..83bf042ec7122c32af3793a9c936569c329b68e7
--- /dev/null
+++ b/packages/smoke/CHANGELOG.md
@@ -0,0 +1,50 @@
+#### 0.3.5
+ * Update to analyzer '<0.27.0'
+
+#### 0.3.4
+ * Add excludeOverriden to QueryOptions which removes declarations that were
+ overriden within the class hierarchy.
+
+#### 0.3.3+1
+ * Update logging package to `<0.12.0`.
+
+#### 0.3.3
+ * Update to analyzer `<0.26.0`.
+
+#### 0.3.2
+ * Work around an issue running Dart analyzer on the generated code, if the
+ `dynamic` type appeared in the output. Smoke will now use `Object` instead.
+
+#### 0.3.1+1
+ * Updated dependency versions.
+
+#### 0.3.1
+ * Add canAcceptNArgs method.
+
+#### 0.3.0
+ * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15.
+
+#### 0.2.1+1
+ * Fix toString calls on Type instances.
+
+#### 0.2.0+3
+ * Widen the constraint on analyzer.
+
+#### 0.2.0+2
+ * Widen the constraint on barback.
+
+#### 0.2.0+1
+ * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
+ class.
+
+#### 0.2.0
+ * Static configuration can be modified, so code generators can split the
+ static configuration in pieces.
+ * **breaking change**: for codegen call `writeStaticConfiguration` instead of
+ `writeInitCall`.
+
+#### 0.1.0
+ * Initial release: introduces the smoke API, a mirror based implementation, a
+ statically configured implementation that can be declared by hand or be
+ generated by tools, and libraries that help generate the static
+ configurations.
« 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