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

Side by Side Diff: CHANGELOG.md

Issue 1662773003: Add StreamChannel.withGuarantees and StreamChannelController. (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/guarantee_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.2.0
2
3 * Add `new StreamChannel.withGuarantees()`, which creates a channel with extra
4 wrapping to ensure that it obeys the stream channel guarantees.
5
6 * Add `StreamChannelController`, which can be used to create custom
7 `StreamChannel` objects.
8
1 ## 1.1.1 9 ## 1.1.1
2 10
3 * Fix the type annotation for `StreamChannel.transform()`'s parameter. 11 * Fix the type annotation for `StreamChannel.transform()`'s parameter.
4 12
5 ## 1.1.0 13 ## 1.1.0
6 14
7 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`, 15 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`,
8 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support 16 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support
9 changing only the stream or only the sink of a channel. 17 changing only the stream or only the sink of a channel.
10 18
11 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior. 19 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior.
12 20
13 ## 1.0.1 21 ## 1.0.1
14 22
15 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is 23 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is
16 technically a breaking change, but since 1.0.0 was only released an hour ago, 24 technically a breaking change, but since 1.0.0 was only released an hour ago,
17 we're treating it as a bug fix. 25 we're treating it as a bug fix.
18 26
19 ## 1.0.0 27 ## 1.0.0
20 28
21 * Initial version 29 * Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/src/guarantee_channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698