Releases: lunr-php/lunr.cliparser
Releases · lunr-php/lunr.cliparser
Lunr.CliParser 0.10.0
General:
- Mark Lunr.Halo as a development-only dependency
- Clean up use statements
CI:
- Remove Jenkinsfile
Lunr.CliParser 0.9.0
CI
- Proper typing of
$this->class
in unit tests - Remove phpstan workaround
- Adjust autoload include so it's no longer conditional
- Clean up include path construction for tests
- Fix style in phan config file
- Use shared github action templates
- Add and enforce typos check
- Configure PHPUnit whitelist based on directories
Lunr.CliParser 0.8.0
General:
- First standalone release
- Set minimum required PHP version to 8.1
- Require phpunit 9.5.x
- Switch to SPDX license headers
- Make repo REUSE compliant
CI:
- Fix codestyle issue and require passing phpcs in github actions
- Fix phpstan issues and require passing phpstan in github actions
CliParser:
- LunrCliParser: Trigger errors instead of using the Lunr Console class