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

Side by Side Diff: CHANGELOG.md

Issue 1324743003: Add AsyncMemoizer.future. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Mark as -dev Created 5 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/src/async_memoizer.dart » ('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.4.0
2
3 - Added `AsyncMemoizer.future`, which allows the result to be accessed before
4 `runOnce()` is called.
5
1 ## 1.3.0 6 ## 1.3.0
2 7
3 - Added `StreamCompleter` class for creating a stream now and providing its 8 - Added `StreamCompleter` class for creating a stream now and providing its
4 events later as another stream. 9 events later as another stream.
5 10
6 - Added `StreamQueue` class which allows requesting events from a stream 11 - Added `StreamQueue` class which allows requesting events from a stream
7 before they are avilable. It is like a `StreamIterator` that can queue 12 before they are avilable. It is like a `StreamIterator` that can queue
8 requests. 13 requests.
9 14
10 - Added `SubscriptionStream` which creates a single-subscription stream 15 - Added `SubscriptionStream` which creates a single-subscription stream
(...skipping 23 matching lines...) Expand all
34 - Added a `StreamGroup` class for merging the events of a group of streams, 39 - Added a `StreamGroup` class for merging the events of a group of streams,
35 potentially of unknown size. 40 potentially of unknown size.
36 41
37 ## 1.1.1 42 ## 1.1.1
38 43
39 - Updated SDK version constraint to at least 1.9.0. 44 - Updated SDK version constraint to at least 1.9.0.
40 45
41 ## 1.1.0 46 ## 1.1.0
42 47
43 - ChangeLog starts here. 48 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/async_memoizer.dart » ('j') | lib/src/async_memoizer.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698