-----
0.16: 01 Dec 2013
- Default behaviour from pherkin is to supress colours when outputting
to not a tty; thanks (for this, and much of the stuff in 0.15) to
rjp: https://github.com/sheriff/test-bdd-cucumber-perl/pull/11
- Try and use Win32::Console::ANSI if on Windows
https://github.com/sheriff/test-bdd-cucumber-perl/issues/13
- Before and After Hooks now implemented
highflying: https://github.com/sheriff/test-bdd-cucumber-perl/pull/15
- Step Placeholder Transform now implemented
- Step line number now displayed on failing steps (TestBuilder output)
- Fixed bug where results from skipped steps were not being added to the overall results
- Run tagged scenarios
rjp: https://github.com/sheriff/test-bdd-cucumber-perl/pull/15
highflying: https://github.com/sheriff/test-bdd-cucumber-perl/pull/10
0.15: 21 May 2013
- pherkin now accepts an output type via -o, eg:
pherkin -o TestBuilder ; pherkin -o TermColor
This is a partial solution to:
https://github.com/sheriff/test-bdd-cucumber-perl/issues/8
- Use the original verb that the test file used
https://github.com/sheriff/test-bdd-cucumber-perl/issues/9
0.14: 04 May 2013
- Actually apply the Test::Builder 1.5 stuff
0.13: 04 May 2013
- Command-line options for pherkin thanks to cursork
- Reintroduced the "auto_corpus" tests, and made them work
0.12: 17 Nov 2012
- Fixed tag-related issues, thanks to Craig Caroon
https://github.com/sheriff/test-bdd-cucumber-perl/issues/5
0.11: 20 May 2012
- Correct Term::ANSIColor dependency
https://github.com/sheriff/test-bdd-cucumber-perl/issues/4
0.10: 02 May 2012
- Changed dependency from Clone::Fast to Clone, because the following
bug stopped it being installed without a force...
https://rt.cpan.org/Public/Bug/Display.html?id=65485
0.09: 28 Apr 2012
- Fixed a few spelling mistakes
- Added a minimal man page to pherkin
- Both as reported by intrigeri@boum.org
0.08: 23 Apr 2012
- Removed some OmniOutliner artifacts. Ooops.
- Fixed a spelling mistake
- Both as reported by intrigeri@boum.org
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