Release 1.0.0
###Major changes
Change in comparison library, replace pixelmatch with node-resemble.js
Default threshold
changed from 0.1
to 0.02
which means that right now images with more than 2% difference are treated as different
Add options in constructor
ignoreColors
<[boolean]> should ignore colors?ignoreRectangles
<[Array<Array[x, y, width, height]>]> should ignore rectangles? example:[[325,170,100,40], [10,10,200,200]]