Skip to content

Commit

Permalink
release new version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Dec 21, 2015
1 parent 896c966 commit 5d85423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Nested Steps

Steps can now have nested steps that are shown in the report. This is done by annotating parent steps with the new `@NestedSteps` annotation. [#17](https://github.com/TNG/JGiven/issues/17) [PR #174](https://github.com/TNG/JGiven/pull/174) Thanks to albertofaci!
Steps can now have nested steps that are shown in the report. This is done by annotating parent steps with the new `@NestedSteps` annotation. [#17](https://github.com/TNG/JGiven/issues/17), [PR#174](https://github.com/TNG/JGiven/pull/174). Thanks to @albertofaci!

### Additional Table Formatting Options

The `@Table` annotation to format step parameters as tables has been extended with several options to further customize the formatting of the resulting tables. [#122](https://github.com/TNG/JGiven/issues/122)

### Other
### Other Features

* HTML Report: case tables have sortable columns [#175](https://github.com/TNG/JGiven/pull/175)
* HTML Report: case tables can be grouped by values [#168](https://github.com/TNG/JGiven/issues/168)
Expand All @@ -19,7 +19,7 @@ The `@Table` annotation to format step parameters as tables has been extended wi
## Fixed Issues

* Fixed the issue that tags of subclasses would not be visible on scenarios of superclasses [#171](https://github.com/TNG/JGiven/issues/171)
* Fixed the issue that exceptions called within step methods are captured [#173](https://github.com/TNG/JGiven/issues/173)
* Fixed the issue that exceptions thrown in methods called within step methods are captured [#173](https://github.com/TNG/JGiven/issues/173)

# v0.9.5

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.10.1.-SNAPSHOT
version=0.10.1

0 comments on commit 5d85423

Please sign in to comment.