Skip to content

Releases: rmehner/bits-to-dead-trees

v2.4.1

24 May 11:50
Compare
Choose a tag to compare

Patch Changes

  • 8193c8a Thanks @rmehner! - Update PDF Request Body Schema with the newest version of Playwright

v2.4.0

24 May 11:19
Compare
Choose a tag to compare

Minor Changes

v2.3.0

28 Apr 08:30
Compare
Choose a tag to compare

Minor Changes

  • 5e11653 Thanks @rmehner! - Update schemas to allow new origin option for HTTPCredentials in playwright.

  • 2a46e1b Thanks @rmehner! - Upgrade to Playwright 1.33.0

Patch Changes

v2.2.2

12 Apr 08:19
Compare
Choose a tag to compare

Patch Changes

v2.2.1

05 Apr 08:52
Compare
Choose a tag to compare

Patch Changes

v2.2.0

27 Mar 10:03
Compare
Choose a tag to compare

Minor Changes

v2.1.1

07 Mar 12:24
Compare
Choose a tag to compare

Patch Changes

v2.1.0

23 Feb 16:02
Compare
Choose a tag to compare

Minor Changes

  • 567b753 Thanks @rmehner! - Upgrade to Playwright 1.13 and Node 18

    This includes new browser versions too!

v2.0.1

30 Jan 12:26
Compare
Choose a tag to compare

Patch Changes

  • 57d032f: Don't close browser if it's currently creating a PDF. We've added smoke tests, so
    this shouldn't happen again. Sorry!

v2.0.0

26 Jan 14:49
Compare
Choose a tag to compare

Major Changes

Breaking Changes

  • We don't allow options in the payload anymore. Those are pdfOptions now. To adapt your code, rename options to pdfOptions and you should be good to go.
    This change was needed to allow more options for other methods we're using (like timeout for goto).

  • We have stricter validation now and don't allow unknown keys in the option objects now. Previously we've ignored them, but we've now opted to bail out with an validation error so the user gets notified on typos and such.

  • 484b197: Return an error if page could not be loaded

Previously we've ignored if the page could not be loaded and tried to create a PDF anyway. However, this lead to PDFs with random error messages on them, instead of a proper error in logging or similar.

To provide an better experience, we've opted to change this, so errors are caught earlier.

Minor Changes

  • c7e554e: Update to Playwright 1.30.0
  • 8b2ed78: Merge passed options with default options