File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44- none
55
6+ ## [ 1.2,4] ( releases/tag/v1.2.4 ) - 2025-11-04
7+ ### Added
8+ - [ #297 ] ( https://github.com/Studiosity/grover/pull/297 ) Add support for browser option (Firefox) ([ @abrom ] [ ] )
9+
10+ ### Fixed
11+ - [ #294 ] ( https://github.com/Studiosity/grover/pull/294 ) Handle deprecations in setCookie API ([ @brendon ] [ ] )
12+
613## [ 1.2,3] ( releases/tag/v1.2.3 ) - 2025-01-31
714### Fixed
815- [ #281 ] ( https://github.com/Studiosity/grover/pull/281 ) Fix regression in middleware to support pre-Rack 3.x header key format ([ @abrom ] [ ] )
357364[ @le0pard ] : https://github.com/le0pard
358365[ @rasmus0201 ] : https://github.com/rasmus0201
359366[ @murajun1978 ] : https://github.com/murajun1978
367+ [ @brendon ] : https://github.com/brendon
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33class Grover
4- VERSION = '1.2.3 '
4+ VERSION = '1.2.4 '
55end
Original file line number Diff line number Diff line change 11{
22 "name" : " grover" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "description" : " A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments