Skip to content

Releases: approvals/ApprovalTests.Java

Better MarkdownTable Multi-Column Support

10 Jun 04:15
Compare
Choose a tag to compare

MarkdownTable supports multiple columns better.
Examples here

MarkdownTable

09 Jun 22:13
Compare
Choose a tag to compare

Added a new Verifiable object, MarkdownTables, that allows for easy creation of Markdown tables in your tests.

VerifiableObjects and MarkdownStoryBoard

02 Jun 21:28
Compare
Choose a tag to compare
  • Created VerifiableObjects
  • Added MarkdownStoryboard for more robust story telling
  • Added Grid.toMarkdown() to easily create grids in Markdown

ComparableUtils

16 May 20:51
Compare
Choose a tag to compare

fixes #264

additional changes:

  • LocalDateTime converter for JsonApprovals

Support for Kaleidoscope Command-Line Tool (ksdiff)

10 May 05:41
Compare
Choose a tag to compare

Better handling of java.time.Instance in JsonApprovals

05 May 20:40
Compare
Choose a tag to compare

Later versions of Java fail on serializing java.time.Instance when using JsonApprovals.

allow renaming of PackageSettings class name

25 Apr 17:37
Compare
Choose a tag to compare

this helps with an obscure case where you have multiple classes PackageSettings in the same package but different modules, causing name collisions.

Obscure issue with PackageSettings

11 Apr 18:28
Compare
Choose a tag to compare

DateScrubber now supports 4 letter timezone names

05 Apr 15:52
Compare
Choose a tag to compare
15.1.1

d updated markdown snippets

Files open on Linux

04 Apr 18:26
Compare
Choose a tag to compare

fixes #251 where files would not launch on linux.

Add mechanism for custom opener.

Fixes some typos by overloading methods.