node-unoconv
Version:
Lightweight NodeJS wrapper for unoconv, a Universal Office Converter.
40 lines (25 loc) • 1.26 kB
Markdown
# Changelog
## 🐶 [v1.0.1](https://github.com/damian66/node-unoconv/releases/tag/v1.0.1)
Initial release.
## 🐞 [v0.3.1](https://github.com/damian66/node-unoconv/releases/tag/v0.3.1)
Released 2021-09-11
- Add pre-push git hook that runs npm test.
- Add Alternative packages to the README file.
## 🐞 [v0.3.0](https://github.com/damian66/node-unoconv/releases/tag/v0.3.0)
Released 2021-09-07
- Accept arrays and objects as option values
## 🐞 [v0.2.2](https://github.com/damian66/node-unoconv/releases/tag/v0.2.2)
Released 2021-09-04
- Updated list of available options in the README.md file.
- Updated return value of the unoconv function to promise only if callback option is missing.
- Added more unit tests.
## 🐞 [v0.2.1](https://github.com/damian66/node-unoconv/releases/tag/v0.2.1)
Released 2021-08-29
- Do not include test files in package build.
## 🐞 [v0.2.0](https://github.com/damian66/node-unoconv/releases/tag/v0.2.0)
Released 2021-08-29
- Added tests. Still missing some tests for spawning the unoconv command.
- Update the README file with installation instructions and available options.
## 🪲 [v0.1.0](https://github.com/damian66/node-unoconv/releases/tag/v0.1.0)
Released 2021-08-15
- Project setup with initial work.