Releases: browserify/path-browserify
Releases · browserify/path-browserify
v1.0.1
v0.0.1
v1.0.0
This release updates to the Node v10.3.0 API. This change is breaking,
because path methods now throw errors when called with arguments that are not
strings.
- Add
path.parse
andpath.format
. - Add
path.posix
as an alias topath
. - Port tests from Node.js.