troch / path-parser

A small utility to parse paths.
MIT License
140 stars 24 forks source link

feat: upgrade all dev dependencies #42

Closed troch closed 4 years ago

troch commented 4 years ago

Switch to tsdx for easier maintenance

Breaking change introduced: Path is a named export rather than the default export.

dblazeski commented 4 years ago

Hi @troch Perhaps it would be helpful to add the breaking change to the change log as it's not obvious when upgrading.

Thanks (and for the package as well :))