Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 846 Bytes

changelog.md

File metadata and controls

34 lines (24 loc) · 846 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 2023-03-26

Removed

  • helpers functions
  • static functions

Added

  • Compatibility with PHP ^8.0
  • Constructor
  • Private properties
  • Added getWith(), getHeight(), gethHash(), displayThumbhash()
  • Moved extract_size_and_pixels_with_gd() and extract_size_and_pixels_with_imagick() from helpers to Thumbhash object

[1.1.0] - 2023-03-24

Added

  • Compatibility with PHP ^7.3
  • Added convertStringToHash()

Fixed

  • Thumbhash::RGBAToHash() instead of Thumbhash::encode()

Changed

  • Downgrade dependencies: PestPHP ^2.0 => ^1.0

First version

[1.0] - 2023-03-23