This commit is contained in:
2025-08-02 17:31:23 +00:00
parent be574df599
commit fe05713d57
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
# Changelog # Changelog
## 2025-08-02 - 4.1.0 - feat(smartpdf)
Add progressive JPEG generation support
- Added new convertPDFToJpegBytes method for progressive JPEG generation
- Integrated @push.rocks/smartjimp for true progressive JPEG encoding
- Progressive JPEGs load in multiple passes, showing low-quality preview first
- Supports quality and scale options like other image generation methods
- Updated readme with comprehensive documentation and modern styling
- Updated legal section to reflect Task Venture Capital GmbH ownership
## 2025-08-02 - 4.0.0 - BREAKING CHANGE(smartpdf) ## 2025-08-02 - 4.0.0 - BREAKING CHANGE(smartpdf)
Improve image generation quality and API consistency Improve image generation quality and API consistency

View File

@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartpdf", "name": "@push.rocks/smartpdf",
"version": "4.0.0", "version": "4.1.0",
"private": false, "private": false,
"description": "A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.", "description": "A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",