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

Side by Side Diff: CHANGELOG.md

Issue 1777453002: Modernize the package's style. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 4 years, 9 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 | README.md » ('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.9.0
2
3 * Deprecate top-level libraries other than `package:async/async.dart`, which
4 exports these libraries' interfaces.
5
6 * Add `Result.captureStreamTransformer`, `Result.releaseStreamTransformer`,
7 `Result.captureSinkTransformer`, and `Result.releaseSinkTransformer`.
8
9 * Deprecate `CaptureStreamTransformer`, `ReleaseStreamTransformer`,
10 `CaptureSink`, and `ReleaseSink`. `Result.captureStreamTransformer`,
11 `Result.releaseStreamTransformer`, `Result.captureSinkTransformer`, and
12 `Result.releaseSinkTransformer` should be used instead.
13
1 ## 1.8.0 14 ## 1.8.0
2 15
3 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its 16 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its
4 destination later as another sink. 17 destination later as another sink.
5 18
6 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event 19 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event
7 on the resulting stream. 20 on the resulting stream.
8 21
9 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all 22 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all
10 events. 23 events.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 - Added a `StreamSplitter` class for splitting a stream into multiple new 91 - Added a `StreamSplitter` class for splitting a stream into multiple new
79 streams. 92 streams.
80 93
81 ## 1.1.1 94 ## 1.1.1
82 95
83 - Updated SDK version constraint to at least 1.9.0. 96 - Updated SDK version constraint to at least 1.9.0.
84 97
85 ## 1.1.0 98 ## 1.1.0
86 99
87 - ChangeLog starts here. 100 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698