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