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

Side by Side Diff: CHANGELOG.md

Issue 1966893002: Fix all strong-mode errors and warnings. (Closed) Base URL: git@github.com:dart-lang/stream_channel.git@master
Patch Set: Created 4 years, 7 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/disconnector.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.3.2
2
3 * Fix all strong-mode errors and warnings.
4
1 ## 1.3.1 5 ## 1.3.1
2 6
3 * Make `IsolateChannel` slightly more efficient. 7 * Make `IsolateChannel` slightly more efficient.
4 8
5 * Make `MultiChannel` follow the stream channel rules. 9 * Make `MultiChannel` follow the stream channel rules.
6 10
7 ## 1.3.0 11 ## 1.3.0
8 12
9 * Add `Disconnector`, a transformer that allows the caller to disconnect the 13 * Add `Disconnector`, a transformer that allows the caller to disconnect the
10 transformed channel. 14 transformed channel.
(...skipping 20 matching lines...) Expand all
31 35
32 ## 1.0.1 36 ## 1.0.1
33 37
34 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is 38 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is
35 technically a breaking change, but since 1.0.0 was only released an hour ago, 39 technically a breaking change, but since 1.0.0 was only released an hour ago,
36 we're treating it as a bug fix. 40 we're treating it as a bug fix.
37 41
38 ## 1.0.0 42 ## 1.0.0
39 43
40 * Initial version 44 * Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/src/disconnector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698