File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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.
File renamed without changes.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments