| OLD | NEW |
| 1 ## 1.3.3 |
| 2 |
| 3 * Performance improvement in `Context.relative` - don't call `current` if `from` |
| 4 is not relative. |
| 5 |
| 1 ## 1.3.2 | 6 ## 1.3.2 |
| 2 | 7 |
| 3 * Fix some analyzer hints. | 8 * Fix some analyzer hints. |
| 4 | 9 |
| 5 ## 1.3.1 | 10 ## 1.3.1 |
| 6 | 11 |
| 7 * Add a number of performance improvements. | 12 * Add a number of performance improvements. |
| 8 | 13 |
| 9 ## 1.3.0 | 14 ## 1.3.0 |
| 10 | 15 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 performance. | 35 performance. |
| 31 | 36 |
| 32 # 1.2.0 | 37 # 1.2.0 |
| 33 | 38 |
| 34 * Added `path.prettyUri`, which produces a human-readable representation of a | 39 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 35 URI. | 40 URI. |
| 36 | 41 |
| 37 # 1.1.0 | 42 # 1.1.0 |
| 38 | 43 |
| 39 * `path.fromUri` now accepts strings as well as `Uri` objects. | 44 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |