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

Unified Diff: packages/convert/CHANGELOG.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/convert/AUTHORS ('k') | packages/convert/CONTRIBUTING.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/convert/CHANGELOG.md
diff --git a/packages/convert/CHANGELOG.md b/packages/convert/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..984a0eed833d767e15c082bc70b3772ee9372901
--- /dev/null
+++ b/packages/convert/CHANGELOG.md
@@ -0,0 +1,29 @@
+## 2.0.1
+
+* `PercentEncoder` no longer encodes digits. This follows the specified
+ behavior.
+
+## 2.0.0
+
+**Note**: No new APIs have been added in 2.0.0. Packages that would use 2.0.0 as
+a lower bound should use 1.0.0 instead—for example, `convert: ">=1.0.0 <3.0.0"`.
+
+* `HexDecoder`, `HexEncoder`, `PercentDecoder`, and `PercentEncoder` no longer
+ extend `ChunkedConverter`.
+
+## 1.1.1
+
+* Fix all strong-mode warnings.
+
+## 1.1.0
+
+* Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink`
+ classes for providing synchronous access to the output of chunked converters.
+
+## 1.0.1
+
+* Small improvement in percent decoder efficiency.
+
+## 1.0.0
+
+* Initial version
« 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