| OLD | NEW |
| 1 ## 1.3.5 |
| 2 |
| 3 * Added type annotations to top-level and static fields. |
| 4 |
| 1 ## 1.3.4 | 5 ## 1.3.4 |
| 2 | 6 |
| 3 * Fix dev_compiler warnings. | 7 * Fix dev_compiler warnings. |
| 4 | 8 |
| 5 ## 1.3.3 | 9 ## 1.3.3 |
| 6 | 10 |
| 7 * Performance improvement in `Context.relative` - don't call `current` if `from` | 11 * Performance improvement in `Context.relative` - don't call `current` if `from` |
| 8 is not relative. | 12 is not relative. |
| 9 | 13 |
| 10 ## 1.3.2 | 14 ## 1.3.2 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 performance. | 43 performance. |
| 40 | 44 |
| 41 # 1.2.0 | 45 # 1.2.0 |
| 42 | 46 |
| 43 * Added `path.prettyUri`, which produces a human-readable representation of a | 47 * Added `path.prettyUri`, which produces a human-readable representation of a |
| 44 URI. | 48 URI. |
| 45 | 49 |
| 46 # 1.1.0 | 50 # 1.1.0 |
| 47 | 51 |
| 48 * `path.fromUri` now accepts strings as well as `Uri` objects. | 52 * `path.fromUri` now accepts strings as well as `Uri` objects. |
| OLD | NEW |