Skip to content

Commit 77529f1

Browse files
committed
Add CHANGELOG.md
1 parent 876da63 commit 77529f1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
# 2.0.0 (2019-04-26)
4+
5+
Rewrite, transfer to Profiscience GitHub org, set up CI
6+
7+
### BREAKING CHANGES
8+
9+
- Use named exports instead of exporting sync func by default (was 'module.exports = trueCasePathSync`, now `module.exports = { trueCasePath, trueCasePathSync }`)
10+
- If relying on (undocumented) glob options, those will no longer work
11+
- Drop support for Node <=6
12+
13+
### Features
14+
15+
- Async version of function
16+
- TypeScript definitions
17+
18+
### Bug Fixes
19+
20+
- **Windows:** [Drive letters](https://github.com/barsh/true-case-path/issues/3)
21+
- **Windows:** [Special characters in file path](https://github.com/barsh/true-case-path/issues/5)

0 commit comments

Comments
 (0)