- removed web interface support
- 0.3.2 of should
- Added Teardown
- Peanut now returns when running a tag
- Added file output of test results.
- Bugfix in serial features
- Run features serially with -s option (mcollina)
- Timeout of 100ms before exiting to flush output (mcollina)
- Fixed web formatter
- CLI interface now tracks how many steps and safely exits when done
- Got rid of extra space in unimplemented step args
- Command line runner by default
- Command line options "peanut -h"
- Set global timeout
- Specify port for web runner
- Examples now run serially
- Added $serial option for feature
- Added $timeout {num_of_seconds} for feature
- [BUGFIX] reusing of steps properly sends in correct arguments
- Correctly parsing multiple numbers for a step
- Moved string regex replacements before number replacements
- Removed inspect
- Peanut testing itself
- Step args working for Strings and Numbers
- Scenario Outlines
- Examples
- Pystrings
- Tables
- Fix background steps
- Initial release