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

Side by Side Diff: packages/glob/CHANGELOG.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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 | « packages/glob/.analysis_options ('k') | packages/glob/README.md » ('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.3
2
3 * Support `string_scanner` 1.0.0.
4
5 ## 1.1.2
6
7 * Fix all strong mode errors and warnings.
8
9 ## 1.1.1
10
11 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed.
12
13 ## 1.1.0
14
15 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether
16 the glob is case-sensitive. This defaults to `false` on Windows and `true`
17 elsewhere.
18
19 Matching case-insensitively on Windows is a behavioral change, but since it
20 more closely matches the semantics of Windows paths it's considered a bug fix
21 rather than a breaking change.
22
1 ## 1.0.5 23 ## 1.0.5
2 24
3 * Narrow the dependency on `path`. Previously, this allowed versions that didn't 25 * Narrow the dependency on `path`. Previously, this allowed versions that didn't
4 support all the functionality this package needs. 26 support all the functionality this package needs.
5 27
6 * Upgrade to the new test runner. 28 * Upgrade to the new test runner.
7 29
8 ## 1.0.4 30 ## 1.0.4
9 31
10 * Added overlooked `collection` dependency. 32 * Added overlooked `collection` dependency.
11 33
12 ## 1.0.3 34 ## 1.0.3
13 35
14 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw 36 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
15 exceptions when a directory didn't exist on the filesystem. 37 exceptions when a directory didn't exist on the filesystem.
16 38
17 ## 1.0.2 39 ## 1.0.2
18 40
19 * Fixed `Glob.list()` on Windows. 41 * Fixed `Glob.list()` on Windows.
20 42
21 ## 1.0.1 43 ## 1.0.1
22 44
23 * Fix several analyzer warnings. 45 * Fix several analyzer warnings.
24 46
25 * Fix the tests on Windows. 47 * Fix the tests on Windows.
OLDNEW
« no previous file with comments | « packages/glob/.analysis_options ('k') | packages/glob/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698