All Versions
52
Latest Version
Avg Release Cycle
34 days
Latest Release
1374 days ago

Changelog History
Page 2

  • v0.14.2 Changes

    February 22, 2021

    ➕ Added

    • 💅 #106 Add support for addStyleTag and addScriptTag ([@paresharma][])
    • 👍 #107 Add support to return the html content ([@paresharma][])
  • v0.14.1 Changes

    January 16, 2021

    🔄 Changed

    • 💎 #99 Expand required Ruby version to allow v3.0 ([@abrom][])
  • v0.13.3 Changes

    December 15, 2020

    🛠 Fixed

    • #95 Handle nil and empty string content edge-cases ([@abrom][])
  • v0.13.2 Changes

    December 06, 2020

    🛠 Fixed

    • 👷 #92 Fix handling of malformed worker responses ([@ckhall][])

    ➕ Added

    • #79 Add root_url option to middleware ([@anamba][])
  • v0.13.1 Changes

    August 30, 2020

    🛠 Fixed

    • #79 Fix bug in middleware where path/URI weren't restored after calling downstream ([@abrom][])
  • v0.12.3 Changes

    July 01, 2020

    🛠 Fixed

    • #70 Ensure cookies are escaped when passing cookies via middleware ([@braindeaf][])
  • v0.12.2 Changes

    June 23, 2020

    🛠 Fixed

    • #66 Fix bug masking NodeJS launch failures ([@abrom][])

    ➕ Added

    • #63 Ensure cookies from incoming request are passed to Grover via Middleware ([@braindeaf][])
    • 👍 #64 Add waitForSelector support ([@andmcgregor][])
  • v0.12.1 Changes

    May 12, 2020

    🛠 Fixed

    • #52 Fix specs to work with ImageMagick 7 ([@inspiredstuffs][])

    🔄 Changed

    • 🚚 #53 Remove Schmooze in favour of built in fork ([@abrom][])
  • v0.11.4 Changes

    April 25, 2020

    ➕ Added

    • 👍 #49 Add support for passing request cookies ([@Richacinas][])
  • v0.11.3 Changes

    February 27, 2020

    ➕ Added

    • #48 Add missing option casting for screenshot and viewport attributes ([@abrom][])

    🔨 Refactor

    • #46 Extract option logic from Grover class ([@willkoehler][])