CHANGELOG.md

Summary

Maintainability
Test Coverage
0.5.1 / 2018-08-29
==================

  * Update docs: remove mentions of unimplemented #touch method (#16)
  * Remove string.js dependency that adds a security vulnerability (#18)

0.5.0 / 2016-01-21
==================

  * Remove dubious `node_modules/.bin` from examples (#11)
  * Add #stdin method (#14)
  * Wait for standard IO streams to close (#15)

0.4.1 / 2014-08-03
==================

  * Test against nonzero exit codes

0.4.0 / 2014-07-22
==================

  * Nixt can detect and respond to interactive prompts
  * Removes erroneous console.log
  * s/Please not/Please note/
  * Gender-neutral language

0.3.0 / 2014-01-19
==================

  * Setup commands can have their own world
  * `exec` commands inherit the world of the main command by default

0.2.0 / 2014-01-16
==================

  * `exec` respects the current working directory

0.1.0 / 2014-01-15
==================

  * Provide extra assertion properties
  * Update regexes so that it doesn't strip first \n

0.0.4 / 2013-11-06
==================

  * Always use the environment variables of the current process as
    a starting point

0.0.3 / 2013-11-06
==================

  * Add support for environment variables

0.0.2 / 2013-11-06
==================

  * Introduce base commands.

0.0.1 / 2013-10-29
==================

  * Initial version