- Update docs: remove mentions of unimplemented #touch method (#16)
- Remove string.js dependency that adds a security vulnerability (#18)
- Remove dubious
node_modules/.bin
from examples (#11) - Add #stdin method (#14)
- Wait for standard IO streams to close (#15)
- Test against nonzero exit codes
- Nixt can detect and respond to interactive prompts
- Removes erroneous console.log
- s/Please not/Please note/
- Gender-neutral language
- Setup commands can have their own world
exec
commands inherit the world of the main command by default
exec
respects the current working directory
- Provide extra assertion properties
- Update regexes so that it doesn't strip first \n
- Always use the environment variables of the current process as a starting point
- Add support for environment variables
- Introduce base commands.
- Initial version