UNPKG

1.48 kBMarkdownView Raw
1# Changelog
2
3## 4.1.0 - 2018-12-05
4
5* add ability to ignore antialiasing and caret in "createDiff" method
6* add typescript types
7
8## 4.0.0 - 2018-09-11
9
10* Update nodejs to 6 version
11* Add ability to make ignore antialiasing less strict
12
13## 3.3.0 - 2017-12-26
14
15* Add `getDiffArea` method
16
17## 3.2.0 - 2017-01-18
18
19* Add ability to ignore caret when it is crossing with text
20
21## 3.1.0 - 2016-11-11
22
23* Add `ignoreAntialiasing` option to ignore diffs with anti-aliased pixels. Enabled by default.
24
25## 3.0.0 - 2016-07-13
26
27* Remove support for 0.10 and 0.12 NodeJS versions.
28* Fix ignore caret on devices with `pixelRatio` > 1.
29* Fix bug with the missed 1px diff between images when `ignoreCaret` option is enabled.
30
31## 2.2.2 - 2015-12-19
32
33* Use `pngjs2` instead of `lodepng` (@SevInf).
34
35## 2.2.1 - 2015-09-11
36
37* Use `lodepng` for png encoding/decoding (@LinusU).
38
39## 2.2.0 - 2015-09-11
40
41* Expose color comparsion function `looksSame.colors` (@SevInf).
42
43## 2.1.0 - 2015-08-07
44
45* Allow to receive diff image as a Buffer (@flore77).
46
47## 2.0.0 - 2015-07-14
48
49* Fix critical bug in color comparison algorithm.
50Published as 2.0.0 because the result of the comparison
51will change for many images and affect the dependencies.
52
53## 1.1.1 - 2015-02-12
54
55* Setting both `tolerance` and `strict` fails
56 only if `strict` is set to `true`.
57
58## 1.1.0 - 2015-02-11
59
60* Ability to configure tolerance.
61
62## 1.0.1 - 2014-10-01
63
64* Correctly read RGB values from image.
65
66## 1.0.0 - 2014-09-29
67
68* Initial release