mirror of https://github.com/jkjoy/sunpeiwen.git
60 lines
2.1 KiB
Markdown
60 lines
2.1 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
|
|
### [2.2.1](https://github.com/Profiscience/true-case-path/compare/v2.2.0...v2.2.1) (2019-07-24)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **windows:** Drive letter bug ([1b736b7](https://github.com/Profiscience/true-case-path/commit/1b736b7))
|
|
|
|
|
|
|
|
## [2.2.0](https://github.com/Profiscience/true-case-path/compare/v2.0.0...v2.2.0) (2019-07-24)
|
|
|
|
|
|
### Build System
|
|
|
|
* Add standard-version ([e9b6ab8](https://github.com/Profiscience/true-case-path/commit/e9b6ab8))
|
|
|
|
|
|
### Features
|
|
|
|
* Add optional basePath argument for selective case-correction ([d5b3d2c](https://github.com/Profiscience/true-case-path/commit/d5b3d2c)), closes [barsh/true-case-path#2](https://github.com/Profiscience/true-case-path/issues/2) [gatsbyjs/gatsby#15876](https://github.com/Profiscience/true-case-path/issues/15876)
|
|
|
|
|
|
|
|
## [2.1.0](https://github.com/Profiscience/true-case-path/compare/v2.0.0...v2.1.0) (2019-07-24)
|
|
|
|
|
|
### Build System
|
|
|
|
* Add standard-version ([e9b6ab8](https://github.com/Profiscience/true-case-path/commit/e9b6ab8))
|
|
|
|
|
|
### Features
|
|
|
|
* Add optional basePath argument for selective case-correction ([d5b3d2c](https://github.com/Profiscience/true-case-path/commit/d5b3d2c)), closes [barsh/true-case-path#2](https://github.com/Profiscience/true-case-path/issues/2) [gatsbyjs/gatsby#15876](https://github.com/Profiscience/true-case-path/issues/15876)
|
|
|
|
|
|
|
|
# 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) |