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

Unified Diff: packages/usage/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/usage/PATENTS ('k') | packages/usage/example/example.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/usage/changelog.md
diff --git a/packages/usage/changelog.md b/packages/usage/changelog.md
new file mode 100644
index 0000000000000000000000000000000000000000..6d49030d53439a5f55e93235d73d371c49a5feae
--- /dev/null
+++ b/packages/usage/changelog.md
@@ -0,0 +1,36 @@
+# Changelog
+
+## 1.0.0
+- Rev'd to 1.0.0!
+- No other changes from the `0.0.6` release
+
+## 0.0.6
+- Added a web example
+- Added a utility method to time async events (`Analytics.startTimer()`)
+- Updated the readme to add information about when we send analytics info
+
+## 0.0.5
+
+- Catch errors during pings to Google Analytics, for example in case of a
+ missing internet connection
+- Track additional browser data, such as screen size and language
+- Added tests for `usage` running in a dart:html context
+- Changed to a custom implementation of UUID; saved ~376k in compiled JS size
+
+## 0.0.4
+
+- Moved `sanitizeStacktrace` into the main library
+
+## 0.0.3
+
+- Replaced optional positional arguments with named arguments
+- Added code coverage! Thanks to https://github.com/Adracus/dart-coveralls and
+ coveralls.io.
+
+## 0.0.2
+
+- Fixed a bug in `analytics.sendTiming()`
+
+## 0.0.1
+
+- Initial version, created by Stagehand
« no previous file with comments | « packages/usage/PATENTS ('k') | packages/usage/example/example.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698