Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (32 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 1.57 KB

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.0.3 - 2018-04-20

Changed

  • Cleanup composer.json (remove test entry)
  • Be more relaxed with php-ffmpeg version constraint (allow recent versions)

1.0.2 - 2018-04-20

Added

1.0.1 - 2018-04-18

Added

  • PHP 7.2 support (Fix version constraints in composer.json)

1.0.0 - 2017-08-05

Added

  • Method chaining.
  • Support for different thumbnailing tools (ffmpeg and ffmpegthumbnailer).
  • Option to keep generated temporary images instead of deleting after sprite assembly (setOutputImageDirectory).
  • Support for Symfony Process >=3.
  • Docker images for unit testing.

Changed

  • Version numbers adhere to Semantic Versioning starting with this release.

Removed

  • PHP 5.x is no longer supported.

0.2 - 2015-09-28

Start of recorded history.