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

Side by Side Diff: packages/path/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/path/.analysis_options ('k') | packages/path/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.4.2
2
3 * Treat `package:` URLs as absolute.
4
5 * Normalize `c:\foo\.` to `c:\foo`.
6
7 ## 1.4.1
8
9 * Root-relative URLs like `/foo` are now resolved relative to the drive letter
10 for `file` URLs that begin with a Windows-style drive letter. This matches the
11 [WHATWG URL specification][].
12
13 [WHATWG URL specification]: https://url.spec.whatwg.org/#file-slash-state
14
15 * When a root-relative URLs like `/foo` is converted to a Windows path using
16 `fromUrl()`, it is now resolved relative to the drive letter. This matches
17 IE's behavior.
18
19 ## 1.4.0
20
21 * Add `equals()`, `hash()` and `canonicalize()` top-level functions and
22 `Context` methods. These make it easier to treat paths as map keys.
23
24 * Properly compare Windows paths case-insensitively.
25
26 * Further improve the performance of `isWithin()`.
27
1 ## 1.3.9 28 ## 1.3.9
2 29
3 * Further improve the performance of `isWithin()` when paths contain `/.` 30 * Further improve the performance of `isWithin()` when paths contain `/.`
4 sequences that aren't `/../`. 31 sequences that aren't `/../`.
5 32
6 ## 1.3.8 33 ## 1.3.8
7 34
8 * Improve the performance of `isWithin()` when the paths don't contain 35 * Improve the performance of `isWithin()` when the paths don't contain
9 asymmetrical `.` or `..` components. 36 asymmetrical `.` or `..` components.
10 37
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 performance. 94 performance.
68 95
69 # 1.2.0 96 # 1.2.0
70 97
71 * Added `path.prettyUri`, which produces a human-readable representation of a 98 * Added `path.prettyUri`, which produces a human-readable representation of a
72 URI. 99 URI.
73 100
74 # 1.1.0 101 # 1.1.0
75 102
76 * `path.fromUri` now accepts strings as well as `Uri` objects. 103 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « packages/path/.analysis_options ('k') | packages/path/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698