OLD | NEW |
| 1 ## 1.3.8 |
| 2 |
| 3 * Improve the performance of `isWithin()` when the paths don't contain |
| 4 asymmetrical `.` or `..` components. |
| 5 |
1 ## 1.3.7 | 6 ## 1.3.7 |
2 | 7 |
3 * Improve the performance of `absolute()` and `normalize()`. | 8 * Improve the performance of `absolute()` and `normalize()`. |
4 | 9 |
5 ## 1.3.6 | 10 ## 1.3.6 |
6 | 11 |
7 * Ensure that `path.toUri` preserves trailing slashes for relative paths. | 12 * Ensure that `path.toUri` preserves trailing slashes for relative paths. |
8 | 13 |
9 ## 1.3.5 | 14 ## 1.3.5 |
10 | 15 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 performance. | 56 performance. |
52 | 57 |
53 # 1.2.0 | 58 # 1.2.0 |
54 | 59 |
55 * Added `path.prettyUri`, which produces a human-readable representation of a | 60 * Added `path.prettyUri`, which produces a human-readable representation of a |
56 URI. | 61 URI. |
57 | 62 |
58 # 1.1.0 | 63 # 1.1.0 |
59 | 64 |
60 * `path.fromUri` now accepts strings as well as `Uri` objects. | 65 * `path.fromUri` now accepts strings as well as `Uri` objects. |
OLD | NEW |