Skip to content

Commit 1290d45

Browse files
committed
Release 0.6.5
1 parent 2226f74 commit 1290d45

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### v0.6.5
4+
- Fix issue where failed tests using ExpandableSentence or ExpandableRenderedValue would not render correctly.
5+
- CMD-F binding in Modern UI removed as it was conflicting with default browser search. Replaced with '/' to focus search field.
6+
- Modern UI test explorer now orders packages before tests.
7+
- (Experimental) Custom tabs now support image rendering (for upcoming UI testing functionality).
8+
- Allow regex to be passed to `IndexedLogFileQueryService` to enable log delimiter lines to more easily matched
9+
- Regression - ExpandableSentence defined via Sources annotation were not recognised properly.
10+
- Add 'FixtureSuite' and `WithFixtureSuite` alongside new fixture rendering capability using `fixtures { MyFixtureFx }` in tests. Intended to reduce
11+
the number of import boilerplate in tests that use a large number of fixtures. (Thanks to Ryan Taplin for the suggestion)
12+
- Improve recognition of `EpandableSentence` that use lambda parameters.
13+
314
### v0.6.4
415
- Adding overloads for fixtures when using function references.
516
- Allowing inline notes to be rendered inside Kotlin tests that are expression functions.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.4
1+
0.6.5

0 commit comments

Comments
 (0)