Skip to content

Releases: approvals/ApprovalTests.Java

SortedMaps appear in expected order

23 Mar 05:53
Compare
Choose a tag to compare

Breaking Change

  • Approvals.verify(Map) now adheres to the ordering of the comparator if it is a SortedMap, closing #196

Other Changes

  • ImageWebReporter has a copy to clipboard button, closing #199

Upgrading to velocity.engine.core 2.3

24 Feb 22:46
Compare
Choose a tag to compare

This only affects those who are using Velocity. Approvals now uses velocity.engine.core 2.3. This might cause some upgrade problems for those still on velocity (1.7 or older).

kotlin support for @TestFactory

14 Feb 18:41
Compare
Choose a tag to compare

VelocityApprovals uses Options

03 Feb 22:55
Compare
Choose a tag to compare
13.3.0

d updated markdown snippets

Fix ReportOnCyberDojo

17 Jan 20:14
Compare
Choose a tag to compare

we now write to the diff file as we expect to.

Allow customization of Json

17 Jan 19:26
Compare
Choose a tag to compare

You can now customize the behaviour of verifyAsJson, for example printing nulls

Better spacing in storyboards

14 Jan 18:11
Compare
Choose a tag to compare

Storyboards handle spacing(new lines) better

Better StoryBoard

13 Jan 21:07
Compare
Choose a tag to compare

Added:

  1. addDescriptionWithData(description, data)
  2. addFrame(description, data)
  3. addFrame(data)

Also, updated log4j

No checked exceptions

06 Jan 23:15
Compare
Choose a tag to compare

Update log4j to 2.16.0

14 Dec 07:20
94250f1
Compare
Choose a tag to compare

log4j 2.16.0 where they completely removed support for Message Lookups.