update
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user