Releases: lunr-php/lunr.cliparser
Releases · lunr-php/lunr.cliparser
Lunr.CliParser 0.11.0
Lunr.CliParser 0.10.2
General
- Clean up unused and useless variables
- Alternative buildsystem using just instead of ant
CI
- Use a tagged version of the coding standard
- Move some phpstan arguments into the config file
Lunr.CliParser 0.10.1
General
- Updated Lunr.Halo to 0.10.1
- Remove references to mailing lists and reviewboard from README
LunrCliParser
- Type-safe access to
$_SERVER['argv']
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