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.1
|
8 | * Fix a duplicate test name.
|
9 | * Tweak LICENSE text so Github can recognise it.
|
10 | * Tweak LICENSE text to include the year and author.
|
11 | * Add security policy file.
|
12 |
|
13 | ## 1.0.0
|
14 | This release updates to the Node v10.3.0 API. **This change is breaking**,
|
15 | because path methods now throw errors when called with arguments that are not
|
16 | strings.
|
17 |
|
18 | * Add `path.parse` and `path.format`.
|
19 | * Add `path.posix` as an alias to `path`.
|
20 | * Port tests from Node.js.
|