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 1911053002: Add sinks to provide synchronous access to events. (Closed) Base URL: git@github.com:dart-lang/convert@master
Patch Set: Code review changes Created 4 years, 8 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/convert.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.1.0
2
3 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink`
4 classes for providing synchronous access to the output of chunked converters.
5
1 ## 1.0.1 6 ## 1.0.1
2 7
3 * Small improvement in percent decoder efficiency. 8 * Small improvement in percent decoder efficiency.
4 9
5 ## 1.0.0 10 ## 1.0.0
6 11
7 * Initial version 12 * Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/convert.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698