UNPKG

find-plugins

Version:

Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.

57 lines (24 loc) 1.65 kB
# 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="1.1.6"></a> ## [1.1.6](https://github.com/davewasmer/find-plugins/compare/v1.1.5...v1.1.6) (2018-02-08) <a name="1.1.5"></a> ## [1.1.5](https://github.com/davewasmer/find-plugins/compare/v1.1.4...v1.1.5) (2018-02-03) ### Bug Fixes * add eslintrc for tests, do not throw on missing pkg (just print debug warning) ([55a2343](https://github.com/davewasmer/find-plugins/commit/55a2343)) <a name="1.1.4"></a> ## [1.1.4](https://github.com/davewasmer/find-plugins/compare/v1.1.3...v1.1.4) (2018-02-03) ### Bug Fixes * throw a reasonable error when a dependency cannott be resolved, rather than endlessly recursing ([0b6e85a](https://github.com/davewasmer/find-plugins/commit/0b6e85a)) <a name="1.1.3"></a> ## [1.1.3](https://github.com/davewasmer/find-plugins/compare/v1.1.2...v1.1.3) (2017-09-19) ### Bug Fixes * node 4 compatibility ([#7](https://github.com/davewasmer/find-plugins/issues/7)) ([0030381](https://github.com/davewasmer/find-plugins/commit/0030381)) <a name="1.1.1"></a> ## [1.1.1](https://github.com/davewasmer/find-plugins/compare/v1.1.0...v1.1.1) (2017-08-30) ### Bug Fixes * remove unused resolve pkg ([d731a2a](https://github.com/davewasmer/find-plugins/commit/d731a2a)) <a name="1.1.0"></a> # [1.1.0](https://github.com/davewasmer/find-plugins/compare/v1.0.3...v1.1.0) (2017-08-23) ### Features * add support for resolvePackageFilter ([d844512](https://github.com/davewasmer/find-plugins/commit/d844512))