-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Diethelm
committed
May 4, 2014
1 parent
752b479
commit dc06b8c
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Changelog | ||
|
||
## 0.1.0 — 2014-05-04 | ||
- Fix Windows issues: execute native commands, execute *.js files. | ||
- You can pass a standard callback. Instead of returning a Q.promise the return will be `undefined`. | ||
- Adds basic tests. | ||
|
||
## 0.0.2 — 2014-04-28 | ||
- Remove stdout capture for stdio 'inherit'. It removed color from the output and broke Inquirer.js' 'checkbox' prompt. And it is not what the user expects anyway, even though it would be very nice to have. | ||
|
||
## 0.0.1 — 2014-04-26 | ||
- Copy Apache Cordova coho's [superspawn.js](https://github.com/apache/cordova-coho/blob/c114399a7c6d03f805ffccf6b7ed74e2cb2c6b74/src/superspawn.js | ||
). Add npm/node module stuff. | ||
). | ||
- Add npm/node module stuff. | ||
- Fix a stdio config bug. | ||
- Replace shelljs(.which) with module 'which'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters