forked from barsh/true-case-path
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |