97 lines
2.5 KiB
Markdown
97 lines
2.5 KiB
Markdown
# Change Log
|
|
|
|
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.
|
|
|
|
<a name="2.1.1"></a>
|
|
## [2.1.1](https://github.com/tunnckoCore/get-installed-path/compare/v2.1.0...v2.1.1) (2017-08-22)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **deps:** update deps, use eslint, add renovate config ([d1dbee3](https://github.com/tunnckoCore/get-installed-path/commit/d1dbee3))
|
|
|
|
|
|
|
|
<a name="2.1.0"></a>
|
|
# [2.1.0](https://github.com/tunnckoCore/get-installed-path/compare/v2.0.3...v2.1.0) (2017-08-22)
|
|
|
|
|
|
### Features
|
|
|
|
* **recursion:** support path recursion via `options.paths` ([#13](https://github.com/tunnckoCore/get-installed-path/issues/13)) ([a70d67f](https://github.com/tunnckoCore/get-installed-path/commit/a70d67f))
|
|
|
|
|
|
|
|
<a name="2.0.3"></a>
|
|
## [2.0.3](https://github.com/tunnckocore/get-installed-path/compare/v2.0.2...v2.0.3) (2016-12-12)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **appveyor:** force install npm globally at install step ([06ca995](https://github.com/tunnckocore/get-installed-path/commit/06ca995))
|
|
|
|
|
|
|
|
<a name="2.0.2"></a>
|
|
## [2.0.2](https://github.com/tunnckocore/get-installed-path/compare/v2.0.1...v2.0.2) (2016-12-11)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **err:** fix to return rejected promise if exists but not a directory ([80a2b1e](https://github.com/tunnckocore/get-installed-path/commit/80a2b1e))
|
|
|
|
|
|
|
|
<a name="2.0.1"></a>
|
|
## [2.0.1](https://github.com/tunnckocore/get-installed-path/compare/v2.0.0...v2.0.1) (2016-12-11)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **package:** all coverage to 100 ([1343d90](https://github.com/tunnckocore/get-installed-path/commit/1343d90))
|
|
|
|
|
|
|
|
<a name="2.0.0"></a>
|
|
# [2.0.0](https://github.com/tunnckocore/get-installed-path/compare/v1.0.3...v2.0.0) (2016-12-11)
|
|
|
|
|
|
### Chores
|
|
|
|
* **refactor:** update boilerplate, refactor ([970e833](https://github.com/tunnckocore/get-installed-path/commit/970e833))
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
* refactor: requires node >= 4; drop callback api - now is promise returning; expose .sync
|
|
|
|
method
|
|
|
|
|
|
|
|
|
|
|
|
## 1.0.3 - 2015-07-17
|
|
- Release v1.0.3 / npm@v1.0.3
|
|
- add callback api, close #2
|
|
- update boilerplate
|
|
|
|
## 1.0.2 - 2015-05-06
|
|
- Release v1.0.2 / npm@v1.0.2
|
|
- standard style for the example usage
|
|
- plus some tweaks
|
|
|
|
## 1.0.1 - 2015-05-06
|
|
- Release v1.0.1 / npm@v1.0.1
|
|
- add related section, close #1
|
|
- update badges, close #1
|
|
- rename some files to draw attention, close #1
|
|
- update code style - apply feross/standard, close #1
|
|
|
|
## 1.0.0 - 2015-04-18
|
|
- Release v1.0.0 / npm@v1.0.0
|
|
- run keywords(1)
|
|
- add usage example
|
|
|
|
## 0.0.0 - 2015-04-18
|
|
- first commits |