| OLD | NEW |
| 1 ## 1.3.0 |
| 2 |
| 3 * Expose a top-level `context` field that provides access to a `Context` object |
| 4 for the current system. |
| 5 |
| 1 ## 1.2.3 | 6 ## 1.2.3 |
| 2 | 7 |
| 3 * Don't cache path Context based on cwd, as cwd involves a system-call to | 8 * Don't cache path Context based on cwd, as cwd involves a system-call to |
| 4 compute. | 9 compute. |
| 5 | 10 |
| 6 ## 1.2.2 | 11 ## 1.2.2 |
| 7 | 12 |
| 8 * Remove the documentation link from the pubspec so this is linked to | 13 * Remove the documentation link from the pubspec so this is linked to |
| 9 pub.dartlang.org by default. | 14 pub.dartlang.org by default. |
| 10 | 15 |
| 11 # 1.2.1 | 16 # 1.2.1 |
| 12 | 17 |
| 13 * Many members on `Style` that provided access to patterns and functions used | 18 * Many members on `Style` that provided access to patterns and functions used |
| 14 internally for parsing paths have been deprecated. | 19 internally for parsing paths have been deprecated. |
| 15 | 20 |
| 16 * Manually parse paths (rather than using RegExps to do so) for better | 21 * Manually parse paths (rather than using RegExps to do so) for better |
| 17 performance. | 22 performance. |
| 18 | 23 |
| 19 # 1.2.0 | 24 # 1.2.0 |
| 20 | 25 |
| 21 * Added `path.prettyUri`, which produces a human-readable representation of a | 26 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 22 URI. | 27 URI. |
| 23 | 28 |
| 24 # 1.1.0 | 29 # 1.1.0 |
| 25 | 30 |
| 26 * `path.fromUri` now accepts strings as well as `Uri` objects. | 31 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |