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

Side by Side Diff: CHANGELOG.md

Issue 1843173003: Fix strong mode warnings and errors. (Closed) Base URL: git@github.com:dart-lang/glob@master
Patch Set: Created 4 years, 8 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 | « .analysis_options ('k') | lib/src/ast.dart » ('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.1.2
2
3 * Fix all strong mode errors and warnings.
4
1 ## 1.1.1 5 ## 1.1.1
2 6
3 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. 7 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed.
4 8
5 ## 1.1.0 9 ## 1.1.0
6 10
7 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether 11 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether
8 the glob is case-sensitive. This defaults to `false` on Windows and `true` 12 the glob is case-sensitive. This defaults to `false` on Windows and `true`
9 elsewhere. 13 elsewhere.
10 14
(...skipping 19 matching lines...) Expand all
30 34
31 ## 1.0.2 35 ## 1.0.2
32 36
33 * Fixed `Glob.list()` on Windows. 37 * Fixed `Glob.list()` on Windows.
34 38
35 ## 1.0.1 39 ## 1.0.1
36 40
37 * Fix several analyzer warnings. 41 * Fix several analyzer warnings.
38 42
39 * Fix the tests on Windows. 43 * Fix the tests on Windows.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698