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

Side by Side Diff: CHANGELOG.md

Issue 2872233002: Make `TypeSafeStream` extend `Stream`. (Closed)
Patch Set: Created 3 years, 7 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/typed/stream.dart » ('j') | lib/src/typed/stream.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.13.3
2
3 * Make `TypeSafeStream` extend `Stream` instead of implementing it.
4 This ensures that new methods on `Stream` are automatically picked up,
5 they will go through the `listen` method which type-checks every event.
6 * Enable Travis integration.
7 * Format with dartfmt.
8 * Remove some unused imports.
9
1 ## 1.13.2 10 ## 1.13.2
2 11
3 * Fix a type-warning. 12 * Fix a type-warning.
4 13
5 ## 1.13.1 14 ## 1.13.1
6 15
7 * Use `FutureOr` for various APIs that had previously used `dynamic`. 16 * Use `FutureOr` for various APIs that had previously used `dynamic`.
8 17
9 ## 1.13.0 18 ## 1.13.0
10 19
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 - Added a `StreamSplitter` class for splitting a stream into multiple new 184 - Added a `StreamSplitter` class for splitting a stream into multiple new
176 streams. 185 streams.
177 186
178 ## 1.1.1 187 ## 1.1.1
179 188
180 - Updated SDK version constraint to at least 1.9.0. 189 - Updated SDK version constraint to at least 1.9.0.
181 190
182 ## 1.1.0 191 ## 1.1.0
183 192
184 - ChangeLog starts here. 193 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/typed/stream.dart » ('j') | lib/src/typed/stream.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698