Changelog
August 19, 2026 ยท View on GitHub
Version 0.6.1
This addresses a security vulnerability in deepmerge-ts dependency - recommended to update from html-to-text-cli 0.6.0. Older versions of html-to-text-cli don't have this dependency.
deepmerge-tsupdated from 7.1.5 to 8.0.1 (release notes, changelog)
Version 0.6.0
- Based on
html-to-textversion 10.0.0 (changelog) - Requires Node.js version >= 20.19.0
aspargvsdependency updated to version 0.7.0 (changelog)- combination of presets/JSON files and explicit keys now works as expected
- explicit keys override values from presets/JSON files
- recursive subkeys (
::,:::, etc.) now supported
- combination of presets/JSON files and explicit keys now works as expected
- Replaced
deepmergedependency withdeepmerge-ts - Composition of options from presets/JSON files and explicit keys now behaves the same way as in
html-to-text- (With exception of custom formatters and any functions, which can only be defined in code. CLI ignores
formatterskey completely)
- (With exception of custom formatters and any functions, which can only be defined in code. CLI ignores
- Added tests
Version 0.5.4
- Based on
html-to-textversion 9.0.5
Version 0.5.3
- Based on
html-to-textversion 9.0.4
Version 0.5.2
- Based on
html-to-textversion 9.0.2
Version 0.5.1
- Fix missing dependencies
Version 0.5.0
- Initial release
- Requires Node.js version >= 14.13.1
- Based on
html-to-textversion 9.0.0