Skip to content

Tags: jonschlinkert/normalize-path

Tags

2.0.0

faster implementation, strips trailing slash by default.

1.0.0

1.0.0

 - paths are no longer lowercased - this was a bad idea but it was based on the node's ill-conceived decision to do doing the same.
 - when trailing slashes are removed, slice is used instead of regex

v0.3.0

v0.3.0

  - don't strip `./` from beginning of paths
  - adds benchmarks
  - run verb/build docs