Skip to content

Latest commit

 

History

History
170 lines (85 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

170 lines (85 loc) · 5.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

9.0.1 (2024-08-09)

Bug Fixes

  • remove async from index.d.ts (59a6a1c)

9.0.0 (2023-10-31)

⚠ BREAKING CHANGES

  • node versions less than 18.0.0 are no longer supported

Features

  • drop node versions less than 18 (1f0097c)

Bug Fixes

8.2.4 (2023-10-11)

Bug Fixes

  • return diffArea in diffClusters if shouldCluster is false (0c92966)

8.2.3 (2023-09-27)

Bug Fixes

  • createDiffImage off by one (cd9744b)

8.2.2 (2023-09-25)

8.2.1 (2023-08-02)

8.2.0 (2023-08-02)

Features

  • calc equality and build diff simultaneously (abbe9ed)

8.1.0 (2022-11-21)

Features

  • add different files format support (d32441a)

8.0.1 (2022-09-22)

Typings

  • Update typings to async/await interface
  • Export interfaces

8.0.0 (2022-09-19)

⚠ BREAKING CHANGES

  • drop support of node versions less than 12
  • dropped old node-style callback interface support

Features

  • async-await interface (b33a6f9)
  • increase supported node version up to 12 (ae1e4b2)

7.3.0 (2021-02-03)

Features

  • add ability to compare screens by buffers (#75) (039ab0e)

7.2.4 (2020-11-13)

7.2.3 (2020-05-08)

Bug Fixes

  • prepareOpts: TypeError when opts is undefined (#66) (c6ea6c2)

7.2.2 (2019-10-28)

Bug Fixes

  • unknown file path in parse png error (15898d4)

4.1.0 - 2018-12-05

  • add ability to ignore antialiasing and caret in "createDiff" method
  • add typescript types

4.0.0 - 2018-09-11

  • Update nodejs to 6 version
  • Add ability to make ignore antialiasing less strict

3.3.0 - 2017-12-26

  • Add getDiffArea method

3.2.0 - 2017-01-18

  • Add ability to ignore caret when it is crossing with text

3.1.0 - 2016-11-11

  • Add ignoreAntialiasing option to ignore diffs with anti-aliased pixels. Enabled by default.

3.0.0 - 2016-07-13

  • Remove support for 0.10 and 0.12 NodeJS versions.
  • Fix ignore caret on devices with pixelRatio > 1.
  • Fix bug with the missed 1px diff between images when ignoreCaret option is enabled.

2.2.2 - 2015-12-19

  • Use pngjs2 instead of lodepng (@SevInf).

2.2.1 - 2015-09-11

  • Use lodepng for png encoding/decoding (@LinusU).

2.2.0 - 2015-09-11

  • Expose color comparsion function looksSame.colors (@SevInf).

2.1.0 - 2015-08-07

  • Allow to receive diff image as a Buffer (@flore77).

2.0.0 - 2015-07-14

  • Fix critical bug in color comparison algorithm. Published as 2.0.0 because the result of the comparison will change for many images and affect the dependencies.

1.1.1 - 2015-02-12

  • Setting both tolerance and strict fails only if strict is set to true.

1.1.0 - 2015-02-11

  • Ability to configure tolerance.

1.0.1 - 2014-10-01

  • Correctly read RGB values from image.

1.0.0 - 2014-09-29

  • Initial release