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

Side by Side Diff: CHANGELOG.md

Issue 1686263002: Make MultiChannel follow the stream channel rules. (Closed) Base URL: git@github.com:dart-lang/stream_channel.git@master
Patch Set: Code review changes Created 4 years, 10 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/multi_channel.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.1 1 ## 1.3.1
2 2
3 * Make `IsolateChannel` slightly more efficient. 3 * Make `IsolateChannel` slightly more efficient.
4 4
5 * Make `MultiChannel` follow the stream channel rules.
6
5 ## 1.3.0 7 ## 1.3.0
6 8
7 * Add `Disconnector`, a transformer that allows the caller to disconnect the 9 * Add `Disconnector`, a transformer that allows the caller to disconnect the
8 transformed channel. 10 transformed channel.
9 11
10 ## 1.2.0 12 ## 1.2.0
11 13
12 * Add `new StreamChannel.withGuarantees()`, which creates a channel with extra 14 * Add `new StreamChannel.withGuarantees()`, which creates a channel with extra
13 wrapping to ensure that it obeys the stream channel guarantees. 15 wrapping to ensure that it obeys the stream channel guarantees.
14 16
(...skipping 14 matching lines...) Expand all
29 31
30 ## 1.0.1 32 ## 1.0.1
31 33
32 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is 34 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is
33 technically a breaking change, but since 1.0.0 was only released an hour ago, 35 technically a breaking change, but since 1.0.0 was only released an hour ago,
34 we're treating it as a bug fix. 36 we're treating it as a bug fix.
35 37
36 ## 1.0.0 38 ## 1.0.0
37 39
38 * Initial version 40 * Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/src/multi_channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698