0.07: 01 Apr 2012
- Started migration away from Ouch
- Added tags at a code-level (but not to pherkin, yet)
0.06: 31 Mar 2012
- Fixed up the behaviour of Background sections, to run before each and
every Scenario. See: https://github.com/sheriff/test-bdd-cucumber-perl/issues/3
Bug reported by: intrigeri@boum.org
- `pherkin` now returns a non-zero exit code if tests failed, as per:
https://github.com/sheriff/test-bdd-cucumber-perl/issues/1
0.05: 18 Mar 2012
- Yet another feature parsing bug, relating to empty lines after scenarios
0.04: 14 Jan 2012
- Fixed a bug relating to recognizing newlines after the end of Scenario
tabular data, as reported by Graham TerMarsch
0.03: 03 Jan 2012
- Unbroke the test suite :-P Left a bit too many development pieces in there
- Added a new Data Harness
- Tidied up the parser
- Switched the harnesses to use ::Model::Result, which mirrors Cucumber's
result types
- Added step data to colour output
- Got the core cucumber-tck thingies passing
- Various bits of documentation enhancements
0.02: 20 Dec 2011
- Added extra docs, and a few tiny bug fixes