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

Side by Side Diff: CHANGELOG.md

Issue 2638403002: Make failing HTTP requests thrown when using dart:io. (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/io_io.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | lib/src/io_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698