Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # 1.2.1 | |
| 2 | |
| 3 * Many members on `Style` that provided access to patterns and functions used | |
| 4 internally for parsing paths have been deprecated. | |
| 5 | |
| 1 # 1.2.0 | 6 # 1.2.0 |
| 2 | 7 |
| 3 * Added `path.prettyUri`, which produces a human-readable representation of a | 8 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 4 URI. | 9 URI. |
| 5 | 10 |
| 6 # 1.1.0 | 11 # 1.1.0 |
| 7 | 12 |
| 8 * `path.fromUri` now accepts strings as well as `Uri` objects. | 13 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |