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

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: 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') | lib/src/async_memoizer.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.8.1
2
3 * Deprecate top-level libraries other than `package:async/async.dart`, which
4 exports these libraries' interfaces.
5
6 * Deprecate `CaptureStreamTransformer`, `ReleaseStreamTransformer`,
7 `CaptureSink`, and `ReleaseSink`. `Result.captureStreamTransformer`,
8 `Result.releaseStreamTransformer`, `Result.captureSinkTransformer`, and
9 `Result.releaseSinkTransformer` should be used instead.
10
1 ## 1.8.0 11 ## 1.8.0
2 12
3 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its 13 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its
4 destination later as another sink. 14 destination later as another sink.
5 15
6 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event 16 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event
7 on the resulting stream. 17 on the resulting stream.
8 18
9 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all 19 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all
10 events. 20 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 88 - Added a `StreamSplitter` class for splitting a stream into multiple new
79 streams. 89 streams.
80 90
81 ## 1.1.1 91 ## 1.1.1
82 92
83 - Updated SDK version constraint to at least 1.9.0. 93 - Updated SDK version constraint to at least 1.9.0.
84 94
85 ## 1.1.0 95 ## 1.1.0
86 96
87 - ChangeLog starts here. 97 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | lib/src/async_memoizer.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698