Skip to content

Releases: VerifyTests/Verify

18.1.0

28 Oct 08:48
Compare
Choose a tag to compare

As part of this release we had 11 commits which resulted in 1 issue being closed.

Improvement

  • #585 Support for verifying files in xml format, similar to existing support for json

18.0.0

23 Oct 11:15
Compare
Choose a tag to compare

Upgrade guide

As part of this release we had 24 issues closed.

Bugs

  • #607 Circular references in the values contained in the list cannot be ignored.
  • #619 Dont mess with order of json
  • #639 DontScrubTyped should respect explicit scrubbers
  • #640 Should respect time only with explicit scrubber
  • #642 Expression support in TreatAsString
  • #643 Better respect for StrictJson
  • #649 Nuget reference to xunit prevents from using it with xunit.assert.source

Features

  • #609 Add received text to OnFirstVerify
  • #610 add TimeOnly scrubbing
  • #613 add DontSortDictionaries
  • #614 Respect target frameworks for received file name
  • #616 add explicit using for VerifyExpecto.Verifier
  • #617 expecto Verify should return VerifyResult
  • #621 Add UseTypeName, UseMethodName, and DerivePathInfo support for Expecto
  • #627 Throw for empty binary
  • #628 Expose lower level verify
  • #634 Better cleanup of old verified files
  • #637 Use # to delineate name/index
  • #638 detect runtime info
  • #641 Respect RtFieldIfno and Encoding in TreatAsString
  • #647 Add VerifyDirectory

Improvements

  • #644 remove duplicate overloads
  • #646 Make DerivePathInfo specific to test framework
  • #661 Make extension explicit on overloads

17.10.2

16 Aug 10:20
Compare
Choose a tag to compare

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

  • #600 better guid scrubbing

17.10.1

16 Aug 03:50
46a7615
Compare
Choose a tag to compare

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

  • #599 Fix broken IgnoreMember on inherited member

17.8.1

09 Aug 03:06
4d385fd
Compare
Choose a tag to compare

As part of this release we had 1 commit which resulted in 1 issue being closed.

Feature

  • #582 Add AppendLineN for no string

17.8.0

09 Aug 01:42
Compare
Choose a tag to compare

As part of this release we had 5 commits which resulted in 1 issue being closed.

Feature

  • #581 Add StringBuilder.AppendLineN extension method

17.7.1

09 Aug 00:49
Compare
Choose a tag to compare

As part of this release we had 6 commits which resulted in 2 issues being closed.

Bugs

  • #579 Fix newline handling for xml document
  • #580 Handle bad newlines written by converter

17.7.0

08 Aug 20:35
8f25eb2
Compare
Choose a tag to compare

As part of this release we had 22 commits which resulted in 4 issues being closed.

Bugs

  • #573 Missing UTF8 bom preamble on some runtimes
  • #574 Ensure result has files for autoverify

Feature

  • #572 add WriteRawValueWithScrubbers

Improvement

  • #575 add add CurrentFile

17.6.2

08 Aug 03:30
88c70e7
Compare
Choose a tag to compare

As part of this release we had 8 commits which resulted in 1 issue being closed.

Bug

  • #571 better newline scrubbing

17.5.0

30 Jul 08:46
cb9f087
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Feature

  • #558 add ScrubUserName