Skip to content

Commit 514fb51

Browse files
committed
Merge pull request #99 from MehdiK/release-notes
Release notes
2 parents a31f686 + 909da74 commit 514fb51

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

release-notes.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
###In development
1+
##V4 In Development
2+
3+
####Improvements
4+
- [#61](https://github.com/TestStack/TestStack.BDDfy/pull/61) & [#62](https://github.com/TestStack/TestStack.BDDfy/pull/62) - rationalized BDDfy namespaces to require less namespaces for some features and to make features more discoverable. **Breaking Change**
5+
- Some long namespaces were removed from the framework so the API becomes more discoverable. You just need to delete the now-removed namespaces from your using statements.
6+
- The `Reporters` namespaces that you would use when configuring BDDfy's reports through the `Configurator` class has been moved around to the root namespace.
7+
8+
- [#63](https://github.com/TestStack/TestStack.BDDfy/pull/63) - renames a number of types to more accurately reflect their role and usage. **Breaking Change**
9+
- renames ExecutionStep to Step & its StepTitle to Title
10+
- renames StepExecutionResult to Result
11+
- renames StepAction in Step to Action
12+
- moves RunStepWithArgs from root to StepScanners
13+
- renames MetaData to Metadata everywhere
14+
- moves StoryMetadata to Scanners folder
15+
16+
- [#67](https://github.com/TestStack/TestStack.BDDfy/pull/67) - makes `StoryMetadata` generic to allow different story narratives
17+
- [#71](https://github.com/TestStack/TestStack.BDDfy/pull/71) - adds `ResolveJqueryFromCdn`config point for resolving jquery thru CDN or embedding it
18+
- [#72](https://github.com/TestStack/TestStack.BDDfy/pull/72) - minifies bddfy .css and .js files to make HTML report smaller and the source more readable
19+
- [#80](https://github.com/TestStack/TestStack.BDDfy/pull/80) - removes .net 3.5 support. **Breaking Change**
20+
- BDDfy V4 won't support .Net 3.5. So if you want to feel all the love that's coming to V4 you should upgrade to .Net 4+.
21+
22+
####New Features
23+
- [#81](https://github.com/TestStack/TestStack.BDDfy/pull/81) - adds ability to do inline assertions and title only steps using the fluent API
24+
225
[Commits](https://github.com/TestStack/TestStack.BDDfy/compare/v3.19.1...master)
326

427
###v3.19.1 - 2014-03-17

0 commit comments

Comments
 (0)