Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

56 lines (30 loc) · 1.25 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

This change log follows the format documented in Keep a CHANGELOG.

v1.0.7

Changed

  • Bumps to Cypress v4.1.0
  • Updates readme

v1.0.6

Changed

  • Bumps to Cypress v4.0.2

v1.0.5

Changed

  • Bumps to Cypress v3.6.1
  • Adds functionality for testing a single HTML element

v1.0.4

Changed

  • Bumps to Cypress v3.4.1

v1.0.3

Changed

v1.0.2

Changed

  • Bumps to Cypress v3.3.1

v1.0.1

Changed

  • Bumps to Cypress v3.2.0

v1.0.0

Changed

  • Uses pixelmatch instead of image-diff
  • BREAKING: errorThreshold now compares with the square root of the percentage of pixels that have changed. For example, if the image size is 1000 x 660, and there are 257 changed pixels, the error value would be (257 / 1000 / 660) ** 0.5 = 0.01973306715627196663293831730957.