| OLD | NEW |
| 1 ## 1.3.2 |
| 2 |
| 3 * Fix some analyzer hints. |
| 4 |
| 1 ## 1.3.1 | 5 ## 1.3.1 |
| 2 | 6 |
| 3 * Add a number of performance improvements. | 7 * Add a number of performance improvements. |
| 4 | 8 |
| 5 ## 1.3.0 | 9 ## 1.3.0 |
| 6 | 10 |
| 7 * Expose a top-level `context` field that provides access to a `Context` object | 11 * Expose a top-level `context` field that provides access to a `Context` object |
| 8 for the current system. | 12 for the current system. |
| 9 | 13 |
| 10 ## 1.2.3 | 14 ## 1.2.3 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 performance. | 30 performance. |
| 27 | 31 |
| 28 # 1.2.0 | 32 # 1.2.0 |
| 29 | 33 |
| 30 * Added `path.prettyUri`, which produces a human-readable representation of a | 34 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 31 URI. | 35 URI. |
| 32 | 36 |
| 33 # 1.1.0 | 37 # 1.1.0 |
| 34 | 38 |
| 35 * `path.fromUri` now accepts strings as well as `Uri` objects. | 39 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |