@pdfgeneratorapi/n8n-nodes-pdf-generator-api 0.2.6 โ 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -128,6 +128,10 @@ Example form data:
|
|
|
128
128
|
- **URL**: Returns download URL (files stored for 30 days)
|
|
129
129
|
- **File**: Returns binary PDF data for direct download
|
|
130
130
|
|
|
131
|
+
### Supported Document Formats
|
|
132
|
+
- **PDF**: Full-featured PDF documents
|
|
133
|
+
- **HTML**: HTML documents for web display
|
|
134
|
+
|
|
131
135
|
### Error Handling
|
|
132
136
|
The node includes comprehensive error handling for:
|
|
133
137
|
- Authentication failures
|
|
@@ -148,6 +152,16 @@ For workflows that should continue on errors, enable "Continue on Fail" in node
|
|
|
148
152
|
|
|
149
153
|
## Version history
|
|
150
154
|
|
|
155
|
+
### 0.3.0
|
|
156
|
+
- ๐ง **Breaking**: Removed ZIP and XLSX format support
|
|
157
|
+
- ๐ **Fixed**: Parameter name collisions that caused UI issues with action generation
|
|
158
|
+
- ๐ง **Improved**: File response handling
|
|
159
|
+
- โจ **New**: JSON parsing helper with consistent error handling across all user inputs
|
|
160
|
+
- ๐ **Fixed**: MIME type mappings for proper file downloads (PDF, HTML)
|
|
161
|
+
- ๐ **Fixed**: Resource/operation parameter extraction for proper n8n batch processing
|
|
162
|
+
- ๐ง **Improved**: PDF optimization stats
|
|
163
|
+
- ๐ก๏ธ **Security**: Enhanced input validation and error messaging
|
|
164
|
+
|
|
151
165
|
### 0.2.5 & 0.2.6
|
|
152
166
|
- ๐งน **Improved**: Removed debug code
|
|
153
167
|
- ๐ฆ **Optimized**: Improved credentials logic
|