Releases: tigitz/php-spellchecker
Releases · tigitz/php-spellchecker
0.7.0 - Support PHP 8.3, drop 7.4 and 8.0
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 - Support php 8.2
What's Changed
- Typos by @spekulatius in #47
- Fix incorrect capital letter in class name by @jacksleight in #46
- Upgrade to php 8.2 as default version for tests and static-analysis by @tigitz in #50
New Contributors
- @spekulatius made their first contribution in #47
- @jacksleight made their first contribution in #46
Full Changelog: 0.5.0...0.6.0
0.5.0 - Fix helper functions namespacing
Full Changelog: 0.4.0...0.5.0
5a355bf - Fix #41
c359234 - Refactor phpstan config files to support multiple php versions
0.4 - PHP 8.1 and Symfony 6
Bump to 7.4 as minimum version and update tools
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
- @dali-rajab made their first contribution in #30
Full Changelog: 0.2.2...0.3.0
Jamspell and PHP 8
v0.2 Add missing jamspell doc