# Changelog

All notable changes to this project will be documented in this file.

Format based on [Keep a Changelog](https://keepachangelog.com/).

## [1.1.0] - 2026-03-07

### Added
- Expanded LibreOffice auto-detection on Linux to cover RPM installs (`/opt/libreoffice*/`, `/usr/lib/libreoffice*/`, `/usr/lib64/libreoffice*/`).
- All error objects now include a `name` property (e.g. `'InputFileNotFoundError'`) for programmatic error handling.
- Output directory is now created automatically if it does not exist.

### Fixed
- Fixed `EXDEV` error when the output path is on a different filesystem than `/tmp`.

### Changed
- Updated all dependencies to latest versions (Rollup 4, TypeScript 5, glob 11).
- Rewrote README with comprehensive API reference, error-handling examples, and Amazon Linux 2023 install guide.

## [1.0.12] - 2023-01-10

### Changed
- Improved README with conversion examples.

## [1.0.11] - 2022-12-14

### Fixed
- Fixed typos in README.

## [1.0.10] - 2022-12-14

### Changed
- Simplified error messages returned by the conversion API.

## [1.0.9] - 2022-12-13

### Added
- Added developer notes.

## [1.0.7] - 2022-12-12

### Changed
- Added LibreOffice installation instructions to README.

## [1.0.4] - 2022-12-12

### Changed
- Expanded Prerequisites section in README with install examples.

## [1.0.3] - 2022-12-12

### Added
- Added `language` option for locale-aware conversion.

## [1.0.2] - 2022-12-09

### Added
- Added web demo.

## [1.0.1] - 2022-11-10

### Fixed
- Fixed a typo in README.

## [1.0.0] - 2022-11-10

### Added
- Initial release.

[1.1.0]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.12...v1.1.0
[1.0.12]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.7...v1.0.9
[1.0.7]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.4...v1.0.7
[1.0.4]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/shumatsumonobu/msoffice2pdf/compare/v1.0.0...v1.0.1
