Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Diethelm committed May 4, 2014
1 parent 752b479 commit dc06b8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
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'.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build status (master)](http://b.adge.me/travis/MarcDiethelm/superspawn.svg)](https://travis-ci.org/MarcDiethelm/superspawn)   ![npm version](http://b.adge.me/npm/v/superspawn.svg)
[![Build status (master)](http://b.adge.me/travis/MarcDiethelm/superspawn/master.svg)](https://travis-ci.org/MarcDiethelm/superspawn)   ![npm version](http://b.adge.me/npm/v/superspawn.svg)

superspawn
=======
==========

###### A Node.js spawn command that works on Windows too.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superspawn",
"version": "0.0.2",
"version": "0.1.0",
"description": "A Node.js spawn command that works on Windows too",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit dc06b8c

Please sign in to comment.