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

Unified Diff: packages/glob/CHANGELOG.md

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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/glob/.test_config ('k') | packages/glob/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/glob/CHANGELOG.md
diff --git a/packages/glob/CHANGELOG.md b/packages/glob/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..f8c00bc887033d6c70b782013288cfdbfabd6f97
--- /dev/null
+++ b/packages/glob/CHANGELOG.md
@@ -0,0 +1,25 @@
+## 1.0.5
+
+* Narrow the dependency on `path`. Previously, this allowed versions that didn't
+ support all the functionality this package needs.
+
+* Upgrade to the new test runner.
+
+## 1.0.4
+
+* Added overlooked `collection` dependency.
+
+## 1.0.3
+
+* Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
+ exceptions when a directory didn't exist on the filesystem.
+
+## 1.0.2
+
+* Fixed `Glob.list()` on Windows.
+
+## 1.0.1
+
+* Fix several analyzer warnings.
+
+* Fix the tests on Windows.
« no previous file with comments | « packages/glob/.test_config ('k') | packages/glob/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698