Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 3.6 KB

Changelog

0.3.3 (2025-01-14)

Bug Fixes

0.3.2 (2025-01-13)

Bug Fixes

  • playwright: switch to the load event which is better than network idle (8502d0c)

0.3.1 (2025-01-12)

Bug Fixes

  • playwright: extend wait for network timeout (db1da1d)

0.3.0 (2024-12-02)

Features

  • Update container with new license (de81478)

0.2.0 (2024-11-21)

Features

  • add ./splat_cli helper script (4d3f3fc)
  • add pdf_from_html_without_s3 mode to generate pdfs without an s3 bucket (1f7764e)
  • add playwright rendering (3821f92)
  • add py.typed (5e34086)
  • allow html_key path to be configured (1401af8)
  • docker: Add initial dockerfile (b2f20ae)
  • docs: update documentation with configure_splat usage (a56d8ea)
  • playwright: add browser launch kwargs (d8bf769)
  • playwright: add context variables to playwright (57eca5d)
  • playwright: add papersize argument (6a70de6)
  • playwright: pdf options aren't str,str (9bb5a32)
  • playwright: switch to configurable options (e24c4c8)
  • splat: add uptick_splat library (00b2db0)

Bug Fixes

  • fix the types (1b063b6)
  • playwright: fix papersize argument (6302389)
  • splat: update read timeout to 15 minutes (95a1706)
  • splat: wipe tmp directory after run (5ebee41)

Documentation

  • improve documentation (b771ca9)
  • include local dev instructions (5396853)