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

Side by Side Diff: CHANGELOG.md

Issue 1657943002: Add support for stream- and sink-specific changes. (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/stream_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.1.0
2
3 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`,
4 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support
5 changing only the stream or only the sink of a channel.
6
1 ## 1.0.1 7 ## 1.0.1
2 8
3 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is 9 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is
4 technically a breaking change, but since 1.0.0 was only released an hour ago, 10 technically a breaking change, but since 1.0.0 was only released an hour ago,
5 we're treating it as a bug fix. 11 we're treating it as a bug fix.
6 12
7 ## 1.0.0 13 ## 1.0.0
8 14
9 * Initial version 15 * Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/stream_channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698