OLD | NEW |
(Empty) | |
| 1 # Changelog |
| 2 |
| 3 ## 1.0.0 |
| 4 - Rev'd to 1.0.0! |
| 5 - No other changes from the `0.0.6` release |
| 6 |
| 7 ## 0.0.6 |
| 8 - Added a web example |
| 9 - Added a utility method to time async events (`Analytics.startTimer()`) |
| 10 - Updated the readme to add information about when we send analytics info |
| 11 |
| 12 ## 0.0.5 |
| 13 |
| 14 - Catch errors during pings to Google Analytics, for example in case of a |
| 15 missing internet connection |
| 16 - Track additional browser data, such as screen size and language |
| 17 - Added tests for `usage` running in a dart:html context |
| 18 - Changed to a custom implementation of UUID; saved ~376k in compiled JS size |
| 19 |
| 20 ## 0.0.4 |
| 21 |
| 22 - Moved `sanitizeStacktrace` into the main library |
| 23 |
| 24 ## 0.0.3 |
| 25 |
| 26 - Replaced optional positional arguments with named arguments |
| 27 - Added code coverage! Thanks to https://github.com/Adracus/dart-coveralls and |
| 28 coveralls.io. |
| 29 |
| 30 ## 0.0.2 |
| 31 |
| 32 - Fixed a bug in `analytics.sendTiming()` |
| 33 |
| 34 ## 0.0.1 |
| 35 |
| 36 - Initial version, created by Stagehand |
OLD | NEW |