File rubygem-pdfkit.changes of Package rubygem-pdfkit
-------------------------------------------------------------------
Fri Nov 3 07:49:47 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- 2023-02-27
=================
* Bump to 0.8.7.3
* Allow passing a `Pathname` object to the `path` argument by @yujideveloper in https://github.com/pdfkit/pdfkit/pull/522
* Update repeatable options by @mguidetti in https://github.com/pdfkit/pdfkit/pull/524
-------------------------------------------------------------------
Fri Oct 28 05:03:03 UTC 2022 - Stephan Kulow <coolo@suse.com>
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 13:14:16 UTC 2022 - Stephan Kulow <coolo@suse.com>
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 05:41:08 UTC 2022 - Stephan Kulow <coolo@suse.com>
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 17:45:54 UTC 2021 - Stephan Kulow <coolo@suse.com>
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 14:38:34 UTC 2020 - Stephan Kulow <coolo@suse.com>
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 7 21:13:21 UTC 2020 - Stephan Kulow <coolo@suse.com>
- 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 2 15:30:30 UTC 2019 - Stephan Kulow <coolo@suse.com>
- 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 04:29:45 UTC 2015 - coolo@suse.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 04:34:44 UTC 2015 - coolo@suse.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
-------------------------------------------------------------------
Fri Jul 10 04:31:35 UTC 2015 - coolo@suse.com
- updated to version 0.8.0
see installed CHANGELOG.md
2015-07-08
=================
* Bump to 0.7.1
* Support Cover and Table Of Contents options (thanks @nicpillinger)
* Fix repeatings keys with string values
* Fix caching bug (thanks @jocranford)
* Fix munging of relative paths (thanks @jocranford)
* Fix bug where nil values did not stay nil (thanks @tylerITP)
-------------------------------------------------------------------
Tue May 12 07:25:01 UTC 2015 - coolo@suse.com
- updated to version 0.7.0
see installed CHANGELOG.md
2015-05-06
=================
* Bump to 0.7.0
* Fix issue #230 where PDFKit called `bundle exec` without a Gemfile
* Fix issue #183 where PDFKit broke the path to wkhtmltopdf.exe by escaping
spaces in paths
* Improve performance by not storing the PDF in memory if a path is
provided. Thanks @mikefarah
* Middleware now infers HTTP or HTTPS from environment for relative URLs
-------------------------------------------------------------------
Mon Oct 13 18:32:32 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Fri Mar 21 12:54:12 UTC 2014 - coolo@suse.com
- updated to version 0.6.2
* There was a bug where parsing meta tags would include the option name
causing an invalid command to be generated. This was fixed in #229 after
being reported by Frank Oxener.
-------------------------------------------------------------------
Sat Feb 22 06:25:42 UTC 2014 - coolo@suse.com
- updated to version 0.6.1
* Added ability to run wkhtmltopdf without `--quiet`
* Now handles repeatable options as both config parameters and meta tag
options
* Fix status code 2 being treated as failure
* Escape `\X` in styesheets
* Allow controllers to set PDFKit-save-pdf
* Fix Middleware not respecting subdomains in path
-------------------------------------------------------------------
Thu Jun 13 05:26:59 UTC 2013 - coolo@suse.com
- updated to version 0.5.4
* Fix broken page numbers (https://github.com/pdfkit/pdfkit/pull/181)
-------------------------------------------------------------------
Sat May 25 11:13:23 UTC 2013 - coolo@suse.com
- updated to version 0.5.3
-------------------------------------------------------------------
Fri Jan 4 12:28:52 UTC 2013 - coolo@suse.com
- initial package (version 0.5.2)