Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Bug Fixes
Bug Fixes
- fix paths being incorrectly normalized on unix (06ee3c6), closes #90
Bug Fixes
- fix certain arguments not being correctly escaped or causing batch syntax error (900cf10), closes #82 #51
- fix commands as posix relatixe paths not working correctly, e.g.:
./my-command (900cf10)
- fix
options argument being mutated (900cf10)
- fix commands resolution when PATH was actually Path (900cf10)
Features
- improve compliance with node’s ENOENT errors (900cf10)
- improve detection of node’s shell option support (900cf10)
Chores
- upgrade tooling
- upgrate project to es6 (node v4)
BREAKING CHANGES
- remove support for older nodejs versions, only
node >= 4 is supported
Bug Fixes
- fix
options.shell support for NodeJS v4.8
Bug Fixes
- fix
options.shell support for NodeJS v7
Features
- add support for
options.shell
- improve parsing of shebangs by using
shebang-command module
Chores
- refactor some code to make it more clear
- update README caveats