Skip to content

Commit 2294d3a

Browse files
author
Jake Ginnivan
committed
Switched from issues to pull requests
1 parent cf17dda commit 2294d3a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

release-notes.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,22 @@
1818
- [#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
1919
- [#80](https://github.com/TestStack/TestStack.BDDfy/pull/80) - removes .net 3.5 support. **Breaking Change**
2020
- 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-
- [#121](https://github.com/TestStack/TestStack.BDDfy/issues/121) - Fluent API: Prepend step type to Title, for example `.Given(_ => Foo())` will report as `Given foo`
22-
- Step title arguments in fluent API are reported much better, including:
21+
- [#138](https://github.com/TestStack/TestStack.BDDfy/pull/138) - Fluent API: Prepend step type to Title, for example `.Given(_ => Foo())` will report as `Given foo`
22+
- Step title arguments in fluent API are reported much better, including:
2323
- Step arguments are evaluated lazily, meaning if previous steps cause the value to change, the value at the time of step executed will be reported in the step
24-
- [#137](https://github.com/TestStack/TestStack.BDDfy/issues/137) - Method call arguments are not shown in step title
24+
- [#139](https://github.com/TestStack/TestStack.BDDfy/pull/139) - Method call arguments are not shown in step title
2525
- Support fields, properties as well as local variables passed as arguments as steps
2626
- And a few other cases have been addressed making steps much more resilient
27-
- [#118](https://github.com/TestStack/TestStack.BDDfy/issues/118) - Removed story.Category **Breaking Change**
28-
- [#101](https://github.com/TestStack/TestStack.BDDfy/issues/101) - Step titles are not encoded in HTML reports
29-
- [#75](https://github.com/TestStack/TestStack.BDDfy/issues/75) - Inline assertions, allowing inline blocks of code - `.Given(() => { .... }, "Given some stuff")`
30-
- [#87](https://github.com/TestStack/TestStack.BDDfy/issues/87) - Fluent API no longer orders steps by type of step, and is opened up to allow any ordering of steps (as long as the first step is Given or When. For example `.Given.Then.When.Then.And.When.Then` can be done.
31-
- [#82](https://github.com/TestStack/TestStack.BDDfy/issues/82) - Strong naming has been removed **Breaking Change**
27+
- [#144](https://github.com/TestStack/TestStack.BDDfy/pull/144) - Removed story.Category **Breaking Change**
28+
- [#102](https://github.com/TestStack/TestStack.BDDfy/pull/102) - Step titles are not encoded in HTML reports
29+
- [#81](https://github.com/TestStack/TestStack.BDDfy/pull/81) - Inline assertions, allowing inline blocks of code - `.Given(() => { .... }, "Given some stuff")`
30+
- [#128](https://github.com/TestStack/TestStack.BDDfy/pull/128) - Fluent API no longer orders steps by type of step, and is opened up to allow any ordering of steps (as long as the first step is Given or When. For example `.Given.Then.When.Then.And.When.Then` can be done.
3231

3332
####New Features
3433
- [#81](https://github.com/TestStack/TestStack.BDDfy/pull/81) - adds ability to do inline assertions and title only steps using the fluent API
35-
- [#35](https://github.com/TestStack/TestStack.BDDfy/issues/35) [#89](https://github.com/TestStack/TestStack.BDDfy/pull/89)- Full Cucumber examples support! Blog post on this new functionality at [http://jake.ginnivan.net/blog/2014/05/05/bddfy-examples-support](http://jake.ginnivan.net/blog/2014/05/05/bddfy-examples-support)
36-
- [#78](https://github.com/TestStack/TestStack.BDDfy/issues/78) - Metro HTML report, new report which is a bit more modern. It can be enabled via configuration.
37-
- [#69](https://github.com/TestStack/TestStack.BDDfy/issues/69) - Added tags, `.WithTags("Tag1", "Tag2")`. Tags will show in BDDfy reports
34+
- [#89](https://github.com/TestStack/TestStack.BDDfy/pull/89)- Full Cucumber examples support! Blog post on this new functionality at [http://jake.ginnivan.net/blog/2014/05/05/bddfy-examples-support](http://jake.ginnivan.net/blog/2014/05/05/bddfy-examples-support)
35+
- [#94](https://github.com/TestStack/TestStack.BDDfy/pull/94) [#98](https://github.com/TestStack/TestStack.BDDfy/pull/98) - Metro HTML report, new report which is a bit more modern. It can be enabled via configuration.
36+
- [#140](https://github.com/TestStack/TestStack.BDDfy/pull/140) - Added tags, `.WithTags("Tag1", "Tag2")`. Tags will show in BDDfy reports
3837

3938
[Commits](https://github.com/TestStack/TestStack.BDDfy/compare/v3.19.1...master)
4039

0 commit comments

Comments
 (0)