Skip to content

Releases: theodrosyimer/webcapt

v1.1.3

25 Apr 18:54

Choose a tag to compare

1.1.3 (2026-04-25)

v1.1.2

25 Apr 18:53

Choose a tag to compare

1.1.2 (2026-04-25)

🐛 Bug Fixes

  • remove deprecated brace-expansion and update minimatch version (26a2a8a)
  • remove deprecated js-yaml (d0e26c8)
  • remove deprecated tar-fs dependency from overrides (37b2912)
  • update conventional-changelog parser version and remove deprecated picomatch dependency (b3eb5c6)

v1.1.1

25 Apr 18:49

Choose a tag to compare

1.1.1 (2026-04-25)

🐛 Bug Fixes

  • replace shx with rimraf for cleaning dist directory (c302134)

v1.1.0

25 Apr 18:35

Choose a tag to compare

1.1.0 (2026-04-25)

✨ Features

  • add Prettier configuration file for code formatting (cfefcdb)

🐛 Bug Fixes

  • eslint: update project path in parserOptions to use tsconfig.json (442003f)
  • generateImage: set default screenshot path to 'screenshot.png' (2db7c99)
  • generatePDF: set default PDF output path to 'output.pdf' (284a270)
  • package.json: update lint script to automatically fix issues and add ts:check script (03c5781)
  • remove default output filename for screenshots and PDFs (6025394)
  • remove languageOptions from ESLint configuration (e219cdd)
  • remove type assertion for userInput in screenshotOptions (f4400f8)

💎 Style Changes

♻️ Code Refactoring

  • simplify parameter handling in pdf and img methods (671b80a)

v1.0.9

13 Feb 09:50

Choose a tag to compare

1.0.9 (2026-02-13)

v1.0.8

13 Feb 09:40

Choose a tag to compare

1.0.8 (2026-02-13)

v1.0.7

13 Feb 09:36

Choose a tag to compare

1.0.7 (2026-02-13)

v1.0.6

13 Feb 09:25

Choose a tag to compare

1.0.6 (2026-02-13)

📚 Documentation

  • README: remove deprecated flags section and clean up comments (8c42dbc)

♻️ Code Refactoring

  • generateImage: rename screenshotOptions to options for consisency (073a9b9)
  • generatePdf: rename pdfOptions to options for consistency (c61c05e)
  • webcapt: destructure function parameters (c8039fb)

v1.0.5

25 Aug 09:56

Choose a tag to compare

1.0.5 (2025-08-25)

💎 Style Changes

v1.0.4

25 Aug 09:40

Choose a tag to compare

1.0.4 (2025-08-25)

🐛 Bug Fixes

  • package: remove postinstall script (52899a7)
  • release-it: disable npm publish (1201c22)
  • release-it: fix configuration for release process (17acbcd)
  • release-it: fix link (7be633f)
  • release-it: remove release notes (894c03f)
  • release-it: simplify markdown links (c6a7b91)
  • release-it: update changelog header (b94d611)
  • release-it: update markdown links (865b7e9)
  • release-it: update verification link (44217ee)
  • release: adjust release command for CI (456e153)
  • release: update release-it and workflow steps (8df865c)
  • tests: remove unnecessary timeout parameters (be86bf5)