Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 729 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 729 Bytes

Changelog

All notable changes to html2text will be documented in this file.

Unreleased

Fixed

  • Resolve plain-text encoding for ampersands (#5)

Changed

  • BREAKING Use a typed configuration class instead of array (#4)
  • Use Pest for tests (#4)
  • Type hint all properties and methods (#4)

1.0.0 - 2022-10-05

Added

  • Initial release