Skip to content

Releases: approvals/ApprovalTests.Java

Add Java Module support

16 Oct 21:26

Choose a tag to compare

no-op release

13 Oct 17:09

Choose a tag to compare

this is a no-op release, nothing should change because of it, we're releasing to confirm this.

IntelliJ reporter uses running Jetbrains products

12 Oct 17:55

Choose a tag to compare

What

IntelliJ Reporter now will detect a running instance of IntelliJ or any other JetBrains product and launch that.
It will only find it if something is currently running.

Why

IntelliJ has always been a tricky thing to detect and run because the installed location keeps changing over and over again by versions. We have decided not to use that at all, but instead look for the running instance and select from there. This simplifies the process greatly and should give us better results given that the tool is in use.

InlineApprovals works with Kotlin

06 Oct 18:00
7a919dc

Choose a tag to compare

Minor updates to message and displays

15 Sep 19:19

Choose a tag to compare

Added the ability to turn off some console messages and messages give more information about where they're coming from.

Minor updates to message and displays

15 Sep 19:06

Choose a tag to compare

Added the ability to turn off some console messages and messages give more information about where they're coming from.

Minor updates to message and displays

15 Sep 18:49

Choose a tag to compare

Added the ability to turn off some console messages and messages give more information about where they're coming from.

QuietAutoClosable and ReportNothing

11 Sep 22:26

Choose a tag to compare

ReportNothing is a reporter that literally does nothing
QuietAutoClosable allows you to use try-with-resource blocks without adding a "throws Exception" to the method.

SimpleLogger.quiet()

04 Sep 22:21

Choose a tag to compare

Easy way to silence SimpleLogger in a test. Uses try-with-resources pattern.

DateScrubber.AddScrubber

17 Aug 21:10

Choose a tag to compare

you can now easily add a custom date Scrubber