All Versions
22
Latest Version
Avg Release Cycle
94 days
Latest Release
1282 days ago

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.