Php Spellchecker Versions Save

🐘🎓📝 PHP Library providing an easy way to spellcheck multiple sources of text by many spellcheckers

0.7.0

2 weeks ago

Release Notes

What's Changed

  • PHP Support Updates:

    • Added support for PHP 8.3.
    • Dropped support for PHP 7.4 and 8.0.
  • Docker Environment Changes:

    • Updated Debian image in Docker from Buster to Bookworm, which includes updates to Aspell and Hunspell.
  • GitHub Actions:

    • Updated all GitHub Actions to the latest versions.
  • Code Quality Tools:

    • Introduced new PHP-CS-Fixer rules to align codebase with the lowest supported PHP version, 8.1.
  • Contributions:

    • Fixed typos by @szepeviktor in #51.
    • Updated symfony/process by @CalumChamberlain in #52.

New Contributors

  • @szepeviktor made their first contribution in #51.
  • @CalumChamberlain made their first contribution in #52.

0.6.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tigitz/php-spellchecker/compare/0.5.0...0.6.0

0.4.0

2 years ago

0.3.0

2 years ago

What's Changed

  • Bump PHP minimum version to 7.4 from 7.2 as it's not supported anymore
  • Update phpstan
  • Update php-cs-fixer and switch to local installation to be more up to date with latest release

New Contributors

Full Changelog: https://github.com/tigitz/php-spellchecker/compare/0.2.2...0.3.0

v0.2

3 years ago