Changelog for
ruby3.3-rubygem-pdfkit-0.8.7.3-1.16.i586.rpm :
* Fri Nov 03 2023 Dan Čermák
- 2023-02-27 =================
* Bump to 0.8.7.3
* Allow passing a `Pathname` object to the `path` argument by AATTyujideveloper in https://github.com/pdfkit/pdfkit/pull/522
* Update repeatable options by AATTmguidetti in https://github.com/pdfkit/pdfkit/pull/524
* Fri Oct 28 2022 Stephan Kulow updated to version 0.8.7.2 see installed CHANGELOG.md 2022-10-18 =================
* Bump to 0.8.7.2
* Call IO.popen with an Array of command arguments (#519) 2022-10-17 =================
* Bump to 0.8.7.1
* Support non-lower-case Content-Type header provided by app (#516)
* Mon Oct 10 2022 Stephan Kulow updated to version 0.8.7 see installed CHANGELOG.md 2022-10-02 =================
* Bump to 0.8.7
* Lowercase the header names for rack 3 changes (#511)
* Partially escaped URLs should be escaped (#509)
* Thu Apr 28 2022 Stephan Kulow updated to version 0.8.6 see installed CHANGELOG.md 2022-04-11 =================
* Bump to 0.8.6
* Update ruby and rails versions
* Thu Jun 24 2021 Stephan Kulow updated to version 0.8.5 see installed CHANGELOG.md 2021-01-23 =================
* Bump to 0.8.5
* Make `PDFKit::VERSION` public (#484)
* Fix to render stylesheets as html safe string on Rails 6 (#483)
* Adds support for Rails 6
* Fri Sep 25 2020 Stephan Kulow updated to version 0.8.4.3.2 see installed CHANGELOG.md 2020-08-16 =================
* Bump to 0.8.4.3.2
* Reduce scope of middleware exception handling (#476) 2020-07-05 =================
* Bump to 0.8.4.3.1
* Don\'t override request level Content-Disposition header if it exists (#466)
* Update rake (#471)
* Add missing require statements for tempfile (#467)
* Only grab last line of bundle exec which output (#464)
* Return 500 status when an exception is caught in middleware (#469)
* Update Travis CI URL for wkhtmltopf (#473)
* Thu May 07 2020 Stephan Kulow - updated to version 0.8.4.2 see installed CHANGELOG.md 2020-04-01 =================
* Bump to 0.8.4.2
* Improve path detection feedback (#460)
* Fix typos (#444)
* Update readme (#439)
* Sat Mar 02 2019 Stephan Kulow - updated to version 0.8.4.1 see installed CHANGELOG.md 2019-02-22 =================
* Bump to 0.8.4.1
* Make PDFkit threadsafe (#377)
* Update activesupport (#434) 2019-02-21 =================
* Bump to 0.8.4
* Removed support for Ruby < 2.2
* Xvfb support (#277)
* Remove \'config.protocol\' from the README (#389)
* Thu Aug 27 2015 cooloAATTsuse.com- updated to version 0.8.2 see installed CHANGELOG.md 2015-08-26 =================
* Bump to 0.8.2
* Fix URI errors for users using PDFKit in contexts with \'uri\' not already required (thanks christhekeele)
* Sat Aug 22 2015 cooloAATTsuse.com- updated to version 0.8.1 see installed CHANGELOG.md 2015-08-20 =================
* Bump to 0.8.1
* Fix shell escaping issues for Windows (thanks muness)
* Fix shell escaping issues for URLs, introduced in 0.5.3 release