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

Side by Side Diff: CHANGELOG.md

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

Powered by Google App Engine
This is Rietveld 408576698