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

Side by Side Diff: CHANGELOG.md

Issue 1417373004: Add a ResetTimer class. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 5 years, 1 month 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 ## 1.4.0 1 ## 1.4.0
2 2
3 - Added `AsyncMemoizer.future`, which allows the result to be accessed before 3 - Added `AsyncMemoizer.future`, which allows the result to be accessed before
4 `runOnce()` is called. 4 `runOnce()` is called.
5 5
6 - Added `RestartableTimer`, a non-periodic timer that can be reset over and
7 over.
8
6 ## 1.3.0 9 ## 1.3.0
7 10
8 - Added `StreamCompleter` class for creating a stream now and providing its 11 - Added `StreamCompleter` class for creating a stream now and providing its
9 events later as another stream. 12 events later as another stream.
10 13
11 - Added `StreamQueue` class which allows requesting events from a stream 14 - Added `StreamQueue` class which allows requesting events from a stream
12 before they are avilable. It is like a `StreamIterator` that can queue 15 before they are avilable. It is like a `StreamIterator` that can queue
13 requests. 16 requests.
14 17
15 - Added `SubscriptionStream` which creates a single-subscription stream 18 - Added `SubscriptionStream` which creates a single-subscription stream
(...skipping 23 matching lines...) Expand all
39 - Added a `StreamGroup` class for merging the events of a group of streams, 42 - Added a `StreamGroup` class for merging the events of a group of streams,
40 potentially of unknown size. 43 potentially of unknown size.
41 44
42 ## 1.1.1 45 ## 1.1.1
43 46
44 - Updated SDK version constraint to at least 1.9.0. 47 - Updated SDK version constraint to at least 1.9.0.
45 48
46 ## 1.1.0 49 ## 1.1.0
47 50
48 - ChangeLog starts here. 51 - 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