Releases: Girilloid/libreoffice-file-converter
Releases · Girilloid/libreoffice-file-converter
Release 3.2.0
3.2.0 (2025-01-27)
Features
- Update type comments and cleanup (5a7a9db)
Release 3.1.1
3.1.1 (2024-09-14)
Bug Fixes
Release 3.1.0
3.1.0 (2024-09-13)
Features
Release 3.0.2
3.0.2 (2024-08-30)
Bug Fixes
- #7 Fix incorrect resolving of processed file path when input path doesn't have an extension (0ed7c0a)
Release 3.0.0
3.0.0 (2024-08-22)
⚠ BREAKING CHANGES
- convertBuffer, convertFile and convertStream are replaced with a single convert method
Features
- Advanced conversion configuration (e1f79c9)
Bug Fixes
- Get rid of structureClone for better compatibility with node < 17 (b3a0ae5)
- Preserve dots in file name (c20e94b)
- Use platform specific separator (8dc3cd7)
- Use platform specific separator for path creation (f5bb4fe)
Release 2.3.4
2.3.4 (2024-08-08)
Bug Fixes
- Preserve jsdoc comments in d.ts (1383f40)
Release 2.3.3
2.3.3 (2024-06-22)
Bug Fixes
- Await cleanup only on exception (9da4857)
Release 2.3.2
2.3.2 (2024-06-16)
Bug Fixes
- Better cleanup on error for stream operations (27682aa)
Release 2.3.1
2.3.1 (2024-06-16)
Bug Fixes
- Cleanup temp dirs on error (258cf08)
- LibreOffice configuration read error is recognized as a convert error (bb87baf)
Release 2.3.0
2.3.0 (2024-06-10)
Features
- Additional soffice paths for linux (fcdb467)
Bug Fixes
- Improved arguments passing (30c205a)