| OLD | NEW |
| 1 ## 1.2.2 |
| 2 |
| 3 * Remove the documentation link from the pubspec so this is linked to |
| 4 pub.dartlang.org by default. |
| 5 |
| 1 # 1.2.1 | 6 # 1.2.1 |
| 2 | 7 |
| 3 * Many members on `Style` that provided access to patterns and functions used | 8 * Many members on `Style` that provided access to patterns and functions used |
| 4 internally for parsing paths have been deprecated. | 9 internally for parsing paths have been deprecated. |
| 5 | 10 |
| 6 * Manually parse paths (rather than using RegExps to do so) for better | 11 * Manually parse paths (rather than using RegExps to do so) for better |
| 7 performance. | 12 performance. |
| 8 | 13 |
| 9 # 1.2.0 | 14 # 1.2.0 |
| 10 | 15 |
| 11 * Added `path.prettyUri`, which produces a human-readable representation of a | 16 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 12 URI. | 17 URI. |
| 13 | 18 |
| 14 # 1.1.0 | 19 # 1.1.0 |
| 15 | 20 |
| 16 * `path.fromUri` now accepts strings as well as `Uri` objects. | 21 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |