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

Side by Side Diff: CHANGELOG.md

Issue 1234433006: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/glob@master
Patch Set: Created 5 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 unified diff | Download patch
« .test_config ('K') | « .test_config ('k') | 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 * Narrow the dependency on `path`. Previously, this allowed versions that didn't
4 support all the functionality this package needs.
5
6 * Upgrade to the new test runner.
7
1 ## 1.0.3 8 ## 1.0.3
2 9
3 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw 10 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
4 exceptions when a directory didn't exist on the filesystem. 11 exceptions when a directory didn't exist on the filesystem.
5 12
6 ## 1.0.2 13 ## 1.0.2
7 14
8 * Fixed `Glob.list()` on Windows. 15 * Fixed `Glob.list()` on Windows.
9 16
10 ## 1.0.1 17 ## 1.0.1
11 18
12 * Fix several analyzer warnings. 19 * Fix several analyzer warnings.
13 20
14 * Fix the tests on Windows. 21 * Fix the tests on Windows.
OLDNEW
« .test_config ('K') | « .test_config ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698