Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (33 loc) · 1.02 KB

changelog.md

File metadata and controls

55 lines (33 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.1] - 2020-06-19

Fixed

* Diffa.Approve method signature to support back compatability.

[1.1.0] - 2020-06-19

Changed

* Add encoding parameter to the Diffa.Approve method.
* Add encoding parameter to the Diffa.ShouldMatchApprovedFile method.

[1.0.1]

Added

* ApprovedName attribute.

Changed

* Rename SaveFilesAtAttribute to ApprovedFolderAttribute
* Rename UseAttribute to ReporterAttribute

Fixed

* Improved ability to work with live-unit-tests and async tests.

[0.2.0]

Added

* ApproveJson method.
* ApproveAll method.

[0.1.0]

Added

* Generic diff reporter.
* Generic file reporter.

[0.0.10]

Added

* Compare any object.
* Compare two files.
* Supports Beyond compare 4.
* Supports Visual Studio diff tool.