Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Changelog | 1 # Changelog |
| 2 | 2 |
| 3 ## 2.1.0 | |
| 4 - Make failing HTTP requests throw and `HttpException`. | |
|
Søren Gjesse
2017/01/18 14:09:21
and -> a/an
| |
| 5 | |
| 3 ## 2.0.2 | 6 ## 2.0.2 |
| 4 - Update README.md. | 7 - Update README.md. |
| 5 | 8 |
| 6 ## 2.0.1 | 9 ## 2.0.1 |
| 7 - Fix type warnings. | 10 - Fix type warnings. |
| 8 | 11 |
| 9 ## 2.0.0 | 12 ## 2.0.0 |
| 10 - Use configuration dependent imports to avoid having separate implementations | 13 - Use configuration dependent imports to avoid having separate implementations |
| 11 for `dart:io` and `dart:html`. | 14 for `dart:io` and `dart:html`. |
| 12 - Remove `browser_resource.dart`. | 15 - Remove `browser_resource.dart`. |
| 13 | 16 |
| 14 ## 1.1.0 | 17 ## 1.1.0 |
| 15 | 18 |
| 16 - Added browser-compatible version as `browser_resource.dart` library. | 19 - Added browser-compatible version as `browser_resource.dart` library. |
| 17 Only needed because configurable imports are not available yet. | 20 Only needed because configurable imports are not available yet. |
| 18 | 21 |
| 19 ## 1.0.0 | 22 ## 1.0.0 |
| 20 | 23 |
| 21 - Initial version | 24 - Initial version |
| OLD | NEW |