OLD | NEW |
| 1 ## 1.3.6 |
| 2 |
| 3 * Ensure that `path.toUri` preserves trailing slashes for relative paths. |
| 4 |
1 ## 1.3.5 | 5 ## 1.3.5 |
2 | 6 |
3 * Added type annotations to top-level and static fields. | 7 * Added type annotations to top-level and static fields. |
4 | 8 |
5 ## 1.3.4 | 9 ## 1.3.4 |
6 | 10 |
7 * Fix dev_compiler warnings. | 11 * Fix dev_compiler warnings. |
8 | 12 |
9 ## 1.3.3 | 13 ## 1.3.3 |
10 | 14 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 performance. | 47 performance. |
44 | 48 |
45 # 1.2.0 | 49 # 1.2.0 |
46 | 50 |
47 * Added `path.prettyUri`, which produces a human-readable representation of a | 51 * Added `path.prettyUri`, which produces a human-readable representation of a |
48 URI. | 52 URI. |
49 | 53 |
50 # 1.1.0 | 54 # 1.1.0 |
51 | 55 |
52 * `path.fromUri` now accepts strings as well as `Uri` objects. | 56 * `path.fromUri` now accepts strings as well as `Uri` objects. |
OLD | NEW |