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

Side by Side Diff: CHANGELOG.md

Issue 1658893002: Fix inverted generic parameters. (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.1
2
3 * Fix the type annotation for `StreamChannel.transform()`'s parameter.
4
1 ## 1.1.0 5 ## 1.1.0
2 6
3 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`, 7 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`,
4 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support 8 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support
5 changing only the stream or only the sink of a channel. 9 changing only the stream or only the sink of a channel.
6 10
7 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior. 11 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior.
8 12
9 ## 1.0.1 13 ## 1.0.1
10 14
11 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is 15 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is
12 technically a breaking change, but since 1.0.0 was only released an hour ago, 16 technically a breaking change, but since 1.0.0 was only released an hour ago,
13 we're treating it as a bug fix. 17 we're treating it as a bug fix.
14 18
15 ## 1.0.0 19 ## 1.0.0
16 20
17 * Initial version 21 * 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