Releases: mekras/php-speller
Releases · mekras/php-speller
Hunspell fix
Patch release to fix Hunspell windows paths
Thanks @caugner.
2.0
Make php-speller fit for the future:
- drop support for php < 7.1
- add support for symfony/console ^4.0
- add PersonalDictionary for Aspell
1.7.2
1.7.1
1.7
1.6
Added
- Aspell — aspell backend.
- Ispell — ispell backend.
- IconvSource — converts text encoding using iconv.
- MetaSource — base class for meta sources.
- EncodingAwareSource — text source with specified encoding.
- ExternalSpeller — base class for external program adapters.
- Own exceptions.
Changed
- Hunspell class derived from new Ispell class.
- All sources now implement EncodingAwareSource.
- HtmlSource and XliffSource derived from MetaSource.