| OLD | NEW |
| 1 # Changelog | 1 # Changelog |
| 2 | 2 |
| 3 ## 1.0.1 |
| 4 - make strong mode compliant |
| 5 - update some dev package dependencies |
| 6 |
| 3 ## 1.0.0 | 7 ## 1.0.0 |
| 4 - Rev'd to 1.0.0! | 8 - Rev'd to 1.0.0! |
| 5 - No other changes from the `0.0.6` release | 9 - No other changes from the `0.0.6` release |
| 6 | 10 |
| 7 ## 0.0.6 | 11 ## 0.0.6 |
| 8 - Added a web example | 12 - Added a web example |
| 9 - Added a utility method to time async events (`Analytics.startTimer()`) | 13 - Added a utility method to time async events (`Analytics.startTimer()`) |
| 10 - Updated the readme to add information about when we send analytics info | 14 - Updated the readme to add information about when we send analytics info |
| 11 | 15 |
| 12 ## 0.0.5 | 16 ## 0.0.5 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 27 - Added code coverage! Thanks to https://github.com/Adracus/dart-coveralls and | 31 - Added code coverage! Thanks to https://github.com/Adracus/dart-coveralls and |
| 28 coveralls.io. | 32 coveralls.io. |
| 29 | 33 |
| 30 ## 0.0.2 | 34 ## 0.0.2 |
| 31 | 35 |
| 32 - Fixed a bug in `analytics.sendTiming()` | 36 - Fixed a bug in `analytics.sendTiming()` |
| 33 | 37 |
| 34 ## 0.0.1 | 38 ## 0.0.1 |
| 35 | 39 |
| 36 - Initial version, created by Stagehand | 40 - Initial version, created by Stagehand |
| OLD | NEW |