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

Side by Side Diff: CHANGELOG.md

Issue 1858113003: Add "url-safe" encoding to base64 in dart:convert. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix typo 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/convert/base64.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.16.0 1 ## 1.16.0
2 2
3 ### Core library changes 3 ### Core library changes
4 4
5 * `dart:convet`
6 * Added `BASE64URL` codec and corresponding `Base64Codec.urlSafe` constructor.
5 * `dart:io` 7 * `dart:io`
6 * Added `SecurityContext.alpnSupported`, which is true if a platform 8 * Added `SecurityContext.alpnSupported`, which is true if a platform
7 supports ALPN, and false otherwise. 9 supports ALPN, and false otherwise.
8 10
9 ### Analyzer 11 ### Analyzer
10 12
11 * Static checking of `for in` statements. These will now produce static 13 * Static checking of `for in` statements. These will now produce static
12 warnings: 14 warnings:
13 15
14 ```dart 16 ```dart
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 they will keep the Dart process alive until they time out. This fixes the 884 they will keep the Dart process alive until they time out. This fixes the
883 handling of persistent connections. Previously, the client would shut down 885 handling of persistent connections. Previously, the client would shut down
884 immediately after a request. 886 immediately after a request.
885 887
886 * **Breaking change:** `HttpServer` no longer compresses all traffic by 888 * **Breaking change:** `HttpServer` no longer compresses all traffic by
887 default. The new `autoCompress` property can be set to `true` to re-enable 889 default. The new `autoCompress` property can be set to `true` to re-enable
888 compression. 890 compression.
889 891
890 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 892 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
891 which controls how it resolves `package:` URIs. 893 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/convert/base64.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698