JBehave - 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 - Version 2.0.1 (Oct 7, 2008)

Bug

  • [JBEHAVE-135] - Scenario class lookup fails on Windows

Improvement

  • [JBEHAVE-137] - Make default converter classes publicly accessible and allow configuration of number format

JBehave - 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