Skip to content

Latest commit

 

History

History
156 lines (84 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

156 lines (84 loc) · 3.58 KB

Changelog

All notable changes to pdf-to-image will be documented in this file

2.3.0 - 2024-03-07

What's Changed

  • Silently ignore pingImage failure and load number of pages lazily by @bobvandevijver in #187
  • Add Dependabot Automation by @patinthehat in #203
  • Fix failing tests by @patinthehat in #205
  • Add PHP 8.2 Support by @patinthehat in #202
  • Fix php-cs-fixer workflow by @patinthehat in #206
  • Minor dependabot auto-merge workflow improvements by @patinthehat in #220
  • Adding webp to the validOutputFormats by @ntaylor-86 in #221
  • Add PHP 8.3 to the test run workflow by @patinthehat in #223

New Contributors

  • @bobvandevijver made their first contribution in #187
  • @patinthehat made their first contribution in #203
  • @dependabot made their first contribution in #204

Full Changelog: https://github.com/spatie/pdf-to-image/compare/2.2.0...2.3.0

2.2.0 - 2022-03-08

What's Changed

  • Converting PHPUnit to Pest tests by @ntaylor-86 in #189
  • Adding a thumbnail method by @ntaylor-86 in #188

New Contributors

  • @ntaylor-86 made their first contribution in #189

Full Changelog: https://github.com/spatie/pdf-to-image/compare/2.1.0...2.2.0

2.1.0 - 2020-11-12

  • add support for PHP 8

2.0.1 - 2020-04-29

  • add usage of Imagick pingImage to speedup the page count

2.0.0 - 2020-01-08

  • added typehints
  • removal of ability of loading pdfs via URLs

1.8.2 - 2019-07-31

  • add exception message to PdfDoesNotExist

1.8.1 - 2018-06-02

  • throw exception when trying to fetch a negative page number

1.8.0 - 2018-04-03

  • add method getOutputFormat and update saveImage for auto set filename

1.7.0 - 2018-03-14

  • make imagick public

1.6.1 - 2018-03-14

  • fix bug around setCompressionQuality

1.6.0 - 2017-12-20

  • add setCompressionQuality

1.5.0 - 2017-10-11

  • add setColorspace

1.4.6 - 2017-10-11

  • fix remote pdf handling

1.4.5 - 2017-07-18

  • fix flattening of pdf

1.4.4 - 2017-07-07

  • fix where getNumberOfPages would report the wrong number when looping through the pdf

1.4.3 - 2017-07-07

  • fix bugs introduced in 1.4.2

1.4.2 - 2017-07-01

  • fix for setting custom resolution

1.4.1 - 2017-06-28

  • fix setLayerMethod method

1.4.0 - 2017-06-15

  • add setLayerMethod method

1.3.3 - 2017-04-25

  • remove use of Imagick::LAYERMETHOD_FLATTEN as it messes up the rendering of specific pages

1.3.2 - 2017-04-25

  • set default format

1.3.1 - 2017-04-16

  • performance improvements

1.3.0 - 2017-03-23

  • allow pdf to be loaded from a URL

1.2.2 - 2016-12-14

  • improve return value

1.2.1 - 2016-09-08

  • fix for pdf's with transparent backgrounds

1.2.0 - 2016-04-29

  • added saveAllPagesAsImages-function.

1.1.0 - 2015-04-13

  • added getImageData-function.

1.0.3 - 2015-01-22

Bugfix

  • Exceptions now live in the right namespace.

1.0.1 - 2015-07-03

Bugfix

  • setPage is now working as excepted.

1.0.0 - 2015-07-02

Added

  • It's so first release, so everything was added.