Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Apr 26, 2019
1 parent 876da63 commit 77529f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

# 2.0.0 (2019-04-26)

Rewrite, transfer to Profiscience GitHub org, set up CI

### BREAKING CHANGES

- Use named exports instead of exporting sync func by default (was 'module.exports = trueCasePathSync`, now `module.exports = { trueCasePath, trueCasePathSync }`)
- If relying on (undocumented) glob options, those will no longer work
- Drop support for Node <=6

### Features

- Async version of function
- TypeScript definitions

### Bug Fixes

- **Windows:** [Drive letters](https://github.com/barsh/true-case-path/issues/3)
- **Windows:** [Special characters in file path](https://github.com/barsh/true-case-path/issues/5)

0 comments on commit 77529f1

Please sign in to comment.