Change Log
December 12, 2016 ยท View on GitHub
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.4 (2016-12-12)
Bug Fixes
- appveyor: force install npm globally (63aaa29)
2.0.3 (2016-12-11)
Bug Fixes
- package: fix engines field - npm should be >=2, not >=3 (e0781d8)
2.0.2 (2016-12-11)
Bug Fixes
- appveyor: debugging appveyor shits (7b107e1)
- deps: switch to use get-installed-path v2 (3cd6f34)
- package: all nyc coverage to 100 (35ba763)
2.0.1 (2016-12-11)
Bug Fixes
- package: update keywords (da71404)
2.0.0 (2016-12-11)
Bug Fixes
Code Refactoring
- use ES2015, allow custom cwd to be passed through options (a9586e7)
BREAKING CHANGES
- default export is async and returns a promise; allow custom cwd to be passed
through opts.cwd; pass opts.local to check if package exists locally.
1.0.4 - 2015-07-17
- Release v1.0.4 / npm@v1.0.4
- remove
debugandhandle-arguments, simplify - update repo
1.0.3 - 2015-05-09
- Release v1.0.3 / npm@v1.0.3
- update related
- reorganize tests
- bump dependencies, remove
fn-name
1.0.2 - 2015-05-06
- Release v1.0.2 / npm@v1.0.2
- feross/standard for example usage
- add related section
- run update
- apply feross/standard, close #1
1.0.1 - 2015-04-18
- Release v1.0.1 / npm@v1.0.1
- run lint
1.0.0 - 2015-04-14
- Release v1.0.0 / npm@v1.0.0
- todo:
- add cli
- add docs, run docks(1)
0.0.0 - 2015-04-14
- first commits