| * Ensure that `path.toUri` preserves trailing slashes for relative paths. |
| * Added type annotations to top-level and static fields. |
| * Fix dev_compiler warnings. |
| * Performance improvement in `Context.relative` - don't call `current` if `from` |
| * Fix some analyzer hints. |
| * Add a number of performance improvements. |
| * Expose a top-level `context` field that provides access to a `Context` object |
| * Don't cache path Context based on cwd, as cwd involves a system-call to |
| * Remove the documentation link from the pubspec so this is linked to |
| pub.dartlang.org by default. |
| * Many members on `Style` that provided access to patterns and functions used |
| internally for parsing paths have been deprecated. |
| * Manually parse paths (rather than using RegExps to do so) for better |
| * Added `path.prettyUri`, which produces a human-readable representation of a |
| * `path.fromUri` now accepts strings as well as `Uri` objects. |