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.

Version 0.6.0

  • Based on html-to-text version 10.0.0 (changelog)
  • Requires Node.js version >= 20.19.0
  • aspargvs dependency 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
  • Replaced deepmerge dependency with deepmerge-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 formatters key completely)
  • Added tests

Version 0.5.4

  • Based on html-to-text version 9.0.5

Version 0.5.3

  • Based on html-to-text version 9.0.4

Version 0.5.2

  • Based on html-to-text version 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-text version 9.0.0