path 1.2.1
path: ^1.2.1 copied to clipboard
A string-based path manipulation library. All of the path operations you know and love, with solid support on both Windows and POSIX (Linux and Mac OS X) machines.
1.2.1 #
-
Many members on
Stylethat 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 performance.
1.2.0 #
- Added
path.prettyUri, which produces a human-readable representation of a URI.
1.1.0 #
path.fromUrinow accepts strings as well asUriobjects.