Skip to content

Commit 4677b5f

Browse files
committed
Release 0.5.36
1 parent 8f1d6ab commit 4677b5f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<h2 class="github">Changelog</h2>
22

3+
### v0.5.36
4+
- Adding support for `Notes` in test output.
5+
Kensa will recognise `///` as a note when it is placed before a Given/When/Then keyword.
6+
Notes will also be recognised at the end of a line (immediately following a `}` or `)`)
7+
8+
Thanks to Michael Orr.
9+
- Introduce `ExpandableRenderedValue` to allow function markers to be expanded to show the function return value in a table.
10+
This is useful for functions that return collections.
11+
- Introduce `RenderedValueWithHint` to allow fields to be rendered with a hint tooltip.
12+
This can be used to provide additional information about a field, such as a JsonPath or XPath.
13+
- Deprecate `NestedSentence` in favour of `ExpandableSentence`
14+
- Introduce early access version of a new UI.
15+
Requires use of a web server to view the output. Use IDEA's or TeamCity's built in server, or use Kensa's own CLI to spin up a server.
16+
317
### v0.5.35
418
- Updates for compatibility with Kotlin 2.3.0
519

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.35
1+
0.5.36

0 commit comments

Comments
 (0)