All Versions
11
Latest Version
Avg Release Cycle
199 days
Latest Release
1347 days ago

Changelog History
Page 1

  • v0.7.0 Changes

    August 17, 2020
    • Typehinting
  • v0.6.0 Changes

    January 10, 2019
    • Introduce a Hash class
  • v0.5.0 Changes

    May 05, 2018
    • 👍 Using intervention/image to support both GD and ImageMagick
  • v0.4.2 Changes

    April 21, 2017
    • 🛠 Fix hexadecimal to decimal conversion for negative hashes
  • v0.4.1 Changes

    October 23, 2016
    • ➕ Added hashFromString method
  • v0.4.0 Changes

    February 21, 2016
    • Introduce ImageHash:HEXADECIMAL and ImageHash:DECIMAL mode
  • v0.3.0 Changes

    November 15, 2015
    • ⚠ Return hexadecimal values instead of integers. Warning: this breaks backwards compatibility!
  • v0.2.3 Changes

    March 21, 2015
    • 🛠 Fixed issue with hamming distance calculating and the GMP extension.
  • v0.2.2 Changes

    March 16, 2015
    • Speed up hamming distance calculation
  • v0.2.1 Changes

    March 05, 2015
    • 👉 Use gpm_hamdist to calculate the hamming distance if the extension is loaded.
    • 👌 Improved fallback hamming distance calculation.