Skip to content

Commit

Permalink
fix/extend changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 3, 2010
1 parent f75971f commit 7f75fe4
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@

next release
New features:
+ Context injection in step definitions. Step definitions can get a context injected with constructor injection. See examples in Tests/FeatureTests/ContextInjection
+ Using steps in other assemblies. This enables writing steps in VB. See examples in Tests/FeatureTests/ExternalSteps
+ Steps can be invoked from other steps using step text. See examples in Tests/FeatureTests/CallingStepsFromStepDefinitions
+ Custom step parameter converters can be defined as a binding. See examples in Tests/FeatureTests/StepArgumentTransfomation
+ Context injection in step definitions. Step definitions can get a context injected with
constructor injection. (Issue 30)
See examples in Tests/FeatureTests/ContextInjection
+ Using steps in other assemblies. This enables writing steps in VB. (Issue 19)
See examples in Tests/FeatureTests/ExternalSteps
+ Steps can be invoked from other steps using step text. See examples in
Tests/FeatureTests/CallingStepsFromStepDefinitions
+ Custom step parameter converters can be defined as a binding.
See examples in Tests/FeatureTests/StepArgumentTransfomation
+ SpecFlow feature files can be added also to VB.NET projects
+ Support for xUnit
+ Single installer for Visual Studio 2008 and 2010 (Issue 6, 10, 11)
+ SpecFlow Reporting doesn't work with Firefox (Issue 31)

1.2.0 - 2009/11/25

Expand Down Expand Up @@ -38,7 +44,8 @@ New features:
Fixed issues:
+ Runtime: Remove direct dependency on nunit.framework.dll from the runtime (Issue 12)
+ Runtime: Binding methods with more than 4 parameters cannot be used (Issue 21)
+ Generator: Special language characters (e.g. accented letters) are removed when generating test method names (Issue 22)
+ Generator: Special language characters (e.g. accented letters) are removed when generating
test method names (Issue 22)

1.0.2 - 2009/10/20

Expand Down

0 comments on commit 7f75fe4

Please sign in to comment.