- Breaking
suppose()
arguments have changed. It can be called assuppose(command[, args][, options])
to suppose against process input/output orsuppose([options])
to suppose as astream
that receives input and outputs responses. - Breaking Use
.when()
instead of.on()
for expectations. - Breaking Use
.on('error')
instead of.error()
for error handling. - Breaking Use
debug
option instead of.debug()
to provide a stream which receives debugging output.
- Support callback function as response (piranna / #8)
- Support response as optional argument to
.on()
.end()
now returns internal process object. (pstaender / #5)
- fixed but to make Node v0.10 compatible
- dropped Node v0.6 suppport
- Updated deps.
- Changed identing from 4 spaces to 2.
- Updated tests for modern
npm
.
- Added Travis-CI support.
- Added
error
method.
debug
method now logs the command at the top of write stream.
- Added
debug
method to output stdio to writeable stream.
- Supports matching regular expressions now.
- Fixed self/this class level variable bug.
- Initial release.