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

Side by Side Diff: CHANGELOG.md

Issue 1895473004: Make dart:core strong-mode clean. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments. Created 4 years, 8 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 | sdk/lib/core/iterable.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 ## 1.17.0
2
3 ### Core library changes
4 * `dart:core`
5 * `Uri.replace` supports iterables as values for the query parameters.
6 * `Uri.parseIPv6Address` returns a `Uint8List`.
7
1 ## 1.16.0 8 ## 1.16.0
2 9
3 ### Core library changes 10 ### Core library changes
4 11
5 * `dart:convert` 12 * `dart:convert`
6 * Added `BASE64URL` codec and corresponding `Base64Codec.urlSafe` constructor. 13 * Added `BASE64URL` codec and corresponding `Base64Codec.urlSafe` constructor.
7 14
8 * Introduce `ChunkedConverter` and deprecate chunked methods on `Converter`. 15 * Introduce `ChunkedConverter` and deprecate chunked methods on `Converter`.
9 16
10 * `dart:io` 17 * `dart:io`
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 they will keep the Dart process alive until they time out. This fixes the 898 they will keep the Dart process alive until they time out. This fixes the
892 handling of persistent connections. Previously, the client would shut down 899 handling of persistent connections. Previously, the client would shut down
893 immediately after a request. 900 immediately after a request.
894 901
895 * **Breaking change:** `HttpServer` no longer compresses all traffic by 902 * **Breaking change:** `HttpServer` no longer compresses all traffic by
896 default. The new `autoCompress` property can be set to `true` to re-enable 903 default. The new `autoCompress` property can be set to `true` to re-enable
897 compression. 904 compression.
898 905
899 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 906 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
900 which controls how it resolves `package:` URIs. 907 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/core/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698