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

Side by Side Diff: CHANGELOG.md

Issue 861313003: glob pkg: fixed test, updated homepage url, added SDK constraint (Closed) Base URL: https://github.com/dart-lang/glob.git@master
Patch Set: nits Created 5 years, 11 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 | pubspec.yaml » ('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.0.4
2
3 * Added overlooked `collection` dependency.
4
1 ## 1.0.3 5 ## 1.0.3
2 6
3 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw 7 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
4 exceptions when a directory didn't exist on the filesystem. 8 exceptions when a directory didn't exist on the filesystem.
5 9
6 ## 1.0.2 10 ## 1.0.2
7 11
8 * Fixed `Glob.list()` on Windows. 12 * Fixed `Glob.list()` on Windows.
9 13
10 ## 1.0.1 14 ## 1.0.1
11 15
12 * Fix several analyzer warnings. 16 * Fix several analyzer warnings.
13 17
14 * Fix the tests on Windows. 18 * Fix the tests on Windows.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698