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

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: 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') | lib/src/reset_timer.dart » ('J')
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 `ResetTimer`, a non-periodic timer that can be reset over and over.
7
6 ## 1.3.0 8 ## 1.3.0
7 9
8 - Added `StreamCompleter` class for creating a stream now and providing its 10 - Added `StreamCompleter` class for creating a stream now and providing its
9 events later as another stream. 11 events later as another stream.
10 12
11 - Added `StreamQueue` class which allows requesting events from a stream 13 - Added `StreamQueue` class which allows requesting events from a stream
12 before they are avilable. It is like a `StreamIterator` that can queue 14 before they are avilable. It is like a `StreamIterator` that can queue
13 requests. 15 requests.
14 16
15 - Added `SubscriptionStream` which creates a single-subscription stream 17 - 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, 41 - Added a `StreamGroup` class for merging the events of a group of streams,
40 potentially of unknown size. 42 potentially of unknown size.
41 43
42 ## 1.1.1 44 ## 1.1.1
43 45
44 - Updated SDK version constraint to at least 1.9.0. 46 - Updated SDK version constraint to at least 1.9.0.
45 47
46 ## 1.1.0 48 ## 1.1.0
47 49
48 - ChangeLog starts here. 50 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/reset_timer.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698