- Added @phpstan-require-implements constraints
- Converted consts to protected PascalCase
- Updated dependency versions
- Updated Tagged dependency
- Updated Archetype dependency
- Updated dependency list
- Made PHP8.1 minimum version
- Updated dependency list
- Converted phpstan doc comments to generic
- Migrated to use effigy in CI workflow
- Fixed PHP8.1 testing
- Updated composer check script
- Updated CI environment
- Added concrete types to all members
- Removed PHP7 compatibility
- Added try/catch around URL resolver
- Updated ECS to v11
- Updated PHPUnit to v9
- Added simple URL resolver support
- Updated HtmlToText macros
- Allow mixed content as input
- Updated Tagged dependency
- Fixed Text wrap escaping
- Fixed HtmlToText handler
- Split PlainText Handler into HtmlToText and Text Handlers
- Updated default PlainText options
- Added option Macro support
- Merged Escape Handler into PlainText Handler
- Added PlainText handler
- Allow null as input
- Added Escape handler
- Added initial Handler Archetype structure
- Added Markdown Handler