-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b8eb13
commit c99fae5
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# path-browserify change log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## 1.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` and `path.format`. | ||
* Add `path.posix` as an alias to `path`. | ||
* Port tests from Node.js. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "path-browserify", | ||
"description": "the path module from node core for browsers", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "James Halliday", | ||
"email": "[email protected]", | ||
|