| OLD | NEW |
| 1 ## 1.3.1 |
| 2 |
| 3 * Add a number of performance improvements. |
| 4 |
| 1 ## 1.3.0 | 5 ## 1.3.0 |
| 2 | 6 |
| 3 * Expose a top-level `context` field that provides access to a `Context` object | 7 * Expose a top-level `context` field that provides access to a `Context` object |
| 4 for the current system. | 8 for the current system. |
| 5 | 9 |
| 6 ## 1.2.3 | 10 ## 1.2.3 |
| 7 | 11 |
| 8 * Don't cache path Context based on cwd, as cwd involves a system-call to | 12 * Don't cache path Context based on cwd, as cwd involves a system-call to |
| 9 compute. | 13 compute. |
| 10 | 14 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 performance. | 26 performance. |
| 23 | 27 |
| 24 # 1.2.0 | 28 # 1.2.0 |
| 25 | 29 |
| 26 * Added `path.prettyUri`, which produces a human-readable representation of a | 30 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 27 URI. | 31 URI. |
| 28 | 32 |
| 29 # 1.1.0 | 33 # 1.1.0 |
| 30 | 34 |
| 31 * `path.fromUri` now accepts strings as well as `Uri` objects. | 35 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |