We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416309 commit 0df308aCopy full SHA for 0df308a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### Unreleased
2
3
+### 3.1.0
4
+
5
+* Add `viewport` option #110
6
7
### 3.0.1
8
9
* Fix `timeout_if_open_connections` when false
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ferrum_pdf (3.0.1)
+ ferrum_pdf (3.1.0)
actionpack (>= 6.0.0)
ferrum (~> 0.15)
@@ -275,4 +275,4 @@ DEPENDENCIES
275
sqlite3
276
277
BUNDLED WITH
278
- 2.7.2
+ 4.0.2
lib/ferrum_pdf/version.rb
@@ -1,3 +1,3 @@
module FerrumPdf
- VERSION = "3.0.1"
+ VERSION = "3.1.0"
end
0 commit comments