- Revision
- 1508
- Author
- mauro
- Date
- 2010-01-09 07:12:18 -0600 (Sat, 09 Jan 2010)
Log Message
Added 2.4 release notes.
Modified Paths
Diff
Modified: trunk/core/distribution/src/site/content/release-notes.html (1507 => 1508)
--- trunk/core/distribution/src/site/content/release-notes.html 2010-01-09 13:01:13 UTC (rev 1507) +++ trunk/core/distribution/src/site/content/release-notes.html 2010-01-09 13:12:18 UTC (rev 1508) @@ -5,6 +5,84 @@ </head> <body> +<h1>JBehave Core - Version 2.4 (Jan xx, 2010)</h1> + +<h2> Bug +</h2> +<ul> +<li>[<a href="" - Candidate step does not match AND steps +</li> +<li>[<a href="" - StringListConverter converts an empty String to a one element List instead of an empty List +</li> +<li>[<a href="" - Starting words are not updated when keywords are overridden in steps configuration +</li> +<li>[<a href="" - Maven runner documentation has incorrect capitalization (should be camel case) +</li> +<li>[<a href="" - 0.0 gets parsed as a Long +</li> +<li>[<a href="" - Double.NaN should be parseable into a double +</li> +<li>[<a href="" - Multiline scenario title is parsed as empty +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="" - Allow scenarios to run in batch mode +</li> +<li>[<a href="" - Add support for BigDecimal and BigInteger parameters +</li> +<li>[<a href="" - Candidate steps should be aware of the method annotation type when matching textual steps +</li> +<li>[<a href="" - Allow ScenarioClassLoader to instantiate scenarios using default constructor +</li> +<li>[<a href="" - Allow class loader injection to be optional in scenario classes when running in command line +</li> +<li>[<a href="" - Scenario runner should report before and after story only once when running given scenarios +</li> +<li>[<a href="" - Add ParameterConverter for ExamplesTable +</li> +<li>[<a href="" - Report embedded status in before/after story events +</li> +<li>[<a href="" - Allow a step to be reused between scenarios with and without example tables +</li> +<li>[<a href="" - Allow configuration to be overridden +</li> +<li>[<a href="" - Create standard human and machine-readable reports +</li> +<li>[<a href="" - Add/rename examples events in ScenarioReporter +</li> +<li>[<a href="" - PatternScenarioParser should depend on KeyWords and not Configuration +</li> +<li>[<a href="" - Allow CandidateSteps methods to be defined in POJOs +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="" - HTML-based scenario reporting +</li> +<li>[<a href="" - Allow for multiple aliases for a given step +</li> +<li>[<a href="" - Statistics ScenarioReporter +</li> +<li>[<a href="" - XML Scenario Reporter +</li> +<li>[<a href="" - ScenarioReporterBuilder +</li> +</ul> + +<h2> Task +</h2> +<ul> +<li>[<a href="" - Improve documentation of candidate steps and aliases in reference guide +</li> +<li>[<a href="" - StepsBehaviour tests fail with JDK 1.5 +</li> +</ul> + <h1>JBehave Core - Version 2.3.2 (Nov 3, 2009)</h1> <h2> Bug
To unsubscribe from this list please visit:
