MES手机端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 616 B

3 weeks ago
1234567891011121314151617181920
  1. # path-browserify change log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## 1.0.1
  5. * Fix a duplicate test name.
  6. * Tweak LICENSE text so Github can recognise it.
  7. * Tweak LICENSE text to include the year and author.
  8. * Add security policy file.
  9. ## 1.0.0
  10. This release updates to the Node v10.3.0 API. **This change is breaking**,
  11. because path methods now throw errors when called with arguments that are not
  12. strings.
  13. * Add `path.parse` and `path.format`.
  14. * Add `path.posix` as an alias to `path`.
  15. * Port tests from Node.js.