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