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

Side by Side Diff: CHANGELOG.md

Issue 1773293002: Fix case-insensitive absolute listing. (Closed) Base URL: git@github.com:dart-lang/glob@master
Patch Set: Created 4 years, 9 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 | lib/src/list_tree.dart » ('j') | lib/src/list_tree.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.1.1
2
3 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed.
4
1 ## 1.1.0 5 ## 1.1.0
2 6
3 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether 7 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether
4 the glob is case-sensitive. This defaults to `false` on Windows and `true` 8 the glob is case-sensitive. This defaults to `false` on Windows and `true`
5 elsewhere. 9 elsewhere.
6 10
7 Matching case-insensitively on Windows is a behavioral change, but since it 11 Matching case-insensitively on Windows is a behavioral change, but since it
8 more closely matches the semantics of Windows paths it's considered a bug fix 12 more closely matches the semantics of Windows paths it's considered a bug fix
9 rather than a breaking change. 13 rather than a breaking change.
10 14
(...skipping 15 matching lines...) Expand all
26 30
27 ## 1.0.2 31 ## 1.0.2
28 32
29 * Fixed `Glob.list()` on Windows. 33 * Fixed `Glob.list()` on Windows.
30 34
31 ## 1.0.1 35 ## 1.0.1
32 36
33 * Fix several analyzer warnings. 37 * Fix several analyzer warnings.
34 38
35 * Fix the tests on Windows. 39 * Fix the tests on Windows.
OLDNEW
« no previous file with comments | « no previous file | lib/src/list_tree.dart » ('j') | lib/src/list_tree.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698