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

Side by Side Diff: packages/convert/CHANGELOG.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 4 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 | « packages/convert/AUTHORS ('k') | packages/convert/CONTRIBUTING.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 2.0.1
2
3 * `PercentEncoder` no longer encodes digits. This follows the specified
4 behavior.
5
6 ## 2.0.0
7
8 **Note**: No new APIs have been added in 2.0.0. Packages that would use 2.0.0 as
9 a lower bound should use 1.0.0 instead—for example, `convert: ">=1.0.0 <3.0.0"`.
10
11 * `HexDecoder`, `HexEncoder`, `PercentDecoder`, and `PercentEncoder` no longer
12 extend `ChunkedConverter`.
13
14 ## 1.1.1
15
16 * Fix all strong-mode warnings.
17
18 ## 1.1.0
19
20 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink`
21 classes for providing synchronous access to the output of chunked converters.
22
23 ## 1.0.1
24
25 * Small improvement in percent decoder efficiency.
26
27 ## 1.0.0
28
29 * Initial version
OLDNEW
« no previous file with comments | « packages/convert/AUTHORS ('k') | packages/convert/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698