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