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

Side by Side Diff: CHANGELOG.md

Issue 1610873002: Add StreamSplitter to the CHANGELOG. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Created 4 years, 11 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 | pubspec.yaml » ('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.7.1
2
3 - Add a missing entry to an earlier version's changelog.
4
1 ## 1.7.0 5 ## 1.7.0
2 6
3 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a 7 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a
4 broadcast stream into a single-subscription stream. 8 broadcast stream into a single-subscription stream.
5 9
6 ## 1.6.0 10 ## 1.6.0
7 11
8 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be 12 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be
9 notified when an operation is canceled elsewhere. 13 notified when an operation is canceled elsewhere.
10 14
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 interface for subclasses, or extended to add extra functionality. 61 interface for subclasses, or extended to add extra functionality.
58 62
59 ## 1.2.0 63 ## 1.2.0
60 64
61 - Added a `FutureGroup` class for waiting for a group of futures, potentially of 65 - Added a `FutureGroup` class for waiting for a group of futures, potentially of
62 unknown size, to complete. 66 unknown size, to complete.
63 67
64 - Added a `StreamGroup` class for merging the events of a group of streams, 68 - Added a `StreamGroup` class for merging the events of a group of streams,
65 potentially of unknown size. 69 potentially of unknown size.
66 70
71 - Added a `StreamSplitter` class for splitting a stream into multiple new
72 streams.
73
67 ## 1.1.1 74 ## 1.1.1
68 75
69 - Updated SDK version constraint to at least 1.9.0. 76 - Updated SDK version constraint to at least 1.9.0.
70 77
71 ## 1.1.0 78 ## 1.1.0
72 79
73 - ChangeLog starts here. 80 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698