JBehave Core - Version 2.2.1 (Aug 25, 2009)
Improvement
- [JBEHAVE-170] - Alias (singular) annotation in addition to Aliases (plural)
JBehave Core - Version 2.2 (Apr 25, 2009)
Bug
- [JBEHAVE-127] - Doesn't find scenarios with numbers in the file name
- [JBEHAVE-152] - Scenario's in the default package cause NullPointerException
- [JBEHAVE-155] - Maven plugin can't identify Scenario classes in src/test/java
Improvement
- [JBEHAVE-117] - Should throw an exception if two candidate step methods have the same annotation
- [JBEHAVE-144] - Ensure utility methods should be independent of unit-testing framework
- [JBEHAVE-145] - Unit-test runners should decorate Exceptions a bit more clearly
- [JBEHAVE-147] - Improve javadocs
- [JBEHAVE-154] - Scenario keyword should include any separation char, e.g. ":"
- [JBEHAVE-159] - Support multiple CandidateSteps instances in Stepdoc generation
- [JBEHAVE-160] - Improve regex-based scenario parsing
New Feature
- [JBEHAVE-131] - Aliases for steps
- [JBEHAVE-158] - Generate StepDoc from annotated methods of CandidateSteps instance
Task
- [JBEHAVE-27] - Document best practices and suggested use cases
JBehave Core - Version 2.1 (Oct 25, 2008)
Bug
- [JBEHAVE-135] - Scenario class lookup fails on Windows
- [JBEHAVE-138] - Bug recognising Step with content starting with Given, When, Then, And
Improvement
- [JBEHAVE-132] - Support multiple test frameworks
- [JBEHAVE-134] - Extract CandidateSteps interface
- [JBEHAVE-137] - Make default converter classes publicly accessible and allow configuration of number format
New Feature
Task
- [JBEHAVE-143] - Improve documentation for scenario developers
Wish
- [JBEHAVE-140] - new StepMonitor method - executingStep(..)
- [JBEHAVE-141] - Allow mutability of StepsConfiguration instance
- [JBEHAVE-142] - RunnableScenario.addSteps(CandidateSteps) -> method needed
JBehave Core - Version 2.0.1 (Oct 7, 2008)
Bug
Improvement
- [JBEHAVE-137] - Make default converter classes publicly accessible and allow configuration of number format
JBehave Core - Version 2.0 (Sep 1, 2008)
Bug
- [JBEHAVE-105] - Should not require a space before a new line
- [JBEHAVE-114] - Build isn't running the scenarios
- [JBEHAVE-121] - Only Parentheses are escaped in DollarStepPatternBuilder
Improvement
- [JBEHAVE-26] - Two Minute Intro for JBehave needs some work
- [JBEHAVE-116] - Need really great javadoc for all injectable / configurable classes
- [JBEHAVE-119] - DollarArgThingumy should take the $ as an argument - this is what people are most likely to want to change
- [JBEHAVE-124] - Eclipse can't find the test to run when it's in JBehave's jar
- [JBEHAVE-128] - Candidate step should support generic parameter conversion
New Feature