image-comparison v4.0.0 Release Notes

Release Date: 2019-12-09 // over 4 years ago
  • ๐Ÿฑ โญ๏ธ New Features

    • ๐Ÿ”จ refactored drawRectangles method due to SRP.
    • โšก๏ธ optimized isDifferentPixels to improve the algorithm.
    • ๐Ÿšš moved to Apache License 2.0
    • โœ‚ removed Point and used java.awt.Point instead
    • โž• added Gradle.yml for GitHub actions
    • โœ‚ removed commandLine usage
    • ๐Ÿ“‡ renamed ComparisonResult to ImageComparisonResult
    • ๐Ÿ“‡ renamed ComparisonState to ImageComparisonState
    • โž• added own RuntimeException for wrapping checked exception
    • โž• added Gitter chat for communication.

    ๐Ÿฑ โค๏ธ Contributors
    ๐Ÿš€ @mw79, @xSAVIKx - thanks for ideas, which you provided for this release.