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 2996143002: Add methods to Result. Bump version to 2.0 and remove deprecated features. (Closed)
Patch Set: Address comments, run dartfmt on tests too. Created 3 years, 3 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/async.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 ## 2.0.0
2 * Remove deprecated public `result.dart` and `stream_zip.dart` libraries and
3 deprecated classes `ReleaseStreamTransformer` and `CaptureStreamTransformer`.
4
5 * Add `captureAll` and `flattenList` static methods to `Result`.
6
7 * Change `ErrorResult` to not be generic and always be a `Result<Null>`.
8 That makes an error independent of the type of result it occurs instead of.
9
1 ## 1.13.3 10 ## 1.13.3
2 11
3 * Make `TypeSafeStream` extend `Stream` instead of implementing it. This ensures 12 * Make `TypeSafeStream` extend `Stream` instead of implementing it. This ensures
4 that new methods on `Stream` are automatically picked up, they will go through 13 that new methods on `Stream` are automatically picked up, they will go through
5 the `listen` method which type-checks every event. 14 the `listen` method which type-checks every event.
6 15
7 ## 1.13.2 16 ## 1.13.2
8 17
9 * Fix a type-warning. 18 * Fix a type-warning.
10 19
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 - Added a `StreamSplitter` class for splitting a stream into multiple new 190 - Added a `StreamSplitter` class for splitting a stream into multiple new
182 streams. 191 streams.
183 192
184 ## 1.1.1 193 ## 1.1.1
185 194
186 - Updated SDK version constraint to at least 1.9.0. 195 - Updated SDK version constraint to at least 1.9.0.
187 196
188 ## 1.1.0 197 ## 1.1.0
189 198
190 - ChangeLog starts here. 199 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/async.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698