We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efbb9c commit b4dea21Copy full SHA for b4dea21
1 file changed
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to `html2text` will be documented in this file.
4
5
## Unreleased
6
7
+## [2.0.0 - 2022-10-05](https://github.com/worksome/html2text/compare/v1.0.0...v2.0.0)
8
+
9
+### Changed
10
+- **BREAKING** Use a typed configuration class instead of array ([#4](https://github.com/worksome/html2text/pull/4))
11
+- Use Pest for tests ([#4](https://github.com/worksome/html2text/pull/4))
12
+- Type hint all properties and methods ([#4](https://github.com/worksome/html2text/pull/4))
13
14
## 1.0.0 - 2022-10-05
15
16
### Added
0 commit comments