Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 744 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 744 Bytes

BlurHash Changelog

3.x

  • 3.0.1 (2024-03-27)

    • Fix path when encoding from UploadedFile
  • 3.0.0 (2024-02-10)

    • Added support for the libvips (php-vips) image processing library as a driver.
    • Separated from the intervention/image library.
    • Support Laravel 11

2.x

  • 2.1.1 (2023-04-24)

    • Use intdiv() instead of float div + int cast (#6)
  • 2.1.0 (2023-02-07)

    • Support Laravel 10
  • 2.0.0 (2022-07-02)

    • Support decode from blurhash string
    • Drop Laravel 6 and 7
    • Drop PHP 7.2, 7.3, and 7.4

1.x

  • 1.0.1 (2022-03-09)

    • Support Laravel 9
  • 1.0.0 (2020-12-12)

    • Support PHP 8.0