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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/glob/.analysis_options ('k') | packages/glob/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/glob/CHANGELOG.md
diff --git a/packages/glob/CHANGELOG.md b/packages/glob/CHANGELOG.md
index f8c00bc887033d6c70b782013288cfdbfabd6f97..3d440e8b9a8f5638e6aa6ac827f510d9b53f1e98 100644
--- a/packages/glob/CHANGELOG.md
+++ b/packages/glob/CHANGELOG.md
@@ -1,3 +1,25 @@
+## 1.1.3
+
+* Support `string_scanner` 1.0.0.
+
+## 1.1.2
+
+* Fix all strong mode errors and warnings.
+
+## 1.1.1
+
+* Fix a bug where listing an absolute glob with `caseInsensitive: false` failed.
+
+## 1.1.0
+
+* Add a `caseSensitive` named parameter to `new Glob()` that controls whether
+ the glob is case-sensitive. This defaults to `false` on Windows and `true`
+ elsewhere.
+
+ Matching case-insensitively on Windows is a behavioral change, but since it
+ more closely matches the semantics of Windows paths it's considered a bug fix
+ rather than a breaking change.
+
## 1.0.5
* Narrow the dependency on `path`. Previously, this allowed versions that didn't
« 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