Skip to content

Commit c99fae5

Browse files
committed
1.0.0
1 parent 2b8eb13 commit c99fae5

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# path-browserify change log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## 1.0.0
8+
This release updates to the Node v10.3.0 API. **This change is breaking**,
9+
because path methods now throw errors when called with arguments that are not
10+
strings.
11+
12+
* Add `path.parse` and `path.format`.
13+
* Add `path.posix` as an alias to `path`.
14+
* Port tests from Node.js.

Diff for: readme.markdown renamed to README.md

File renamed without changes.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "path-browserify",
33
"description": "the path module from node core for browsers",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"author": {
66
"name": "James Halliday",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)