All Versions
22
Latest Version
Avg Release Cycle
94 days
Latest Release
1540 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.7.1 Changes
April 29, 2017๐ Fixed
- HtmlFilter: meta tags with http-equiv should be filtered out.
-
v1.7 Changes
March 22, 2017๐ Fixed
- #6: Failed to execute "hunspell -i UTF-8 -a": Can't open affix or dictionary files for dictionary named "default".
- FileSource throws SourceException when using "php://stdin".
๐ Changed
- HtmlSource should throw SourceException on invalid HTML.
-
v1.6 Changes
March 12, 2017โ 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.
-
v1.5.1 Changes
March 11, 2017๐ Fixed
- HtmlSource: only for "keywords" and "description" meta tags "content" attr should be treated as user visible text.
-
v1.5 Changes
March 11, 2017โ Added
- HtmlSource.
-
v1.4.1 Changes
August 02, 2016๐ Fixed
- #2: Word suggestions with space splits up
-
v1.4 Changes
April 19, 2016โ Deleted
- โฌ๏ธ Dropped PHP 5.4 support.
โ Added
- ๐ PHP 7 support.
- ๐ Symfony 3.x support.
-
v1.3.1 Changes
May 13, 2015๐ Changed
- ๐ Fixed HTML entities filtering in HtmlFilter
-
v1.3 Changes
May 13, 2015โ Added
- HtmlFilter added.
-
v1.2 Changes
May 12, 2015โ Added
- ๐ New feature: Filters.
- FileSource.
- ๐ XliffSource for XLIFF translation files.
๐ Changed
- ๐ฎ Forced UTF-8 input encoding for Hunspell.