You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lunr.Locator 0.10.2
General:
- Updated Lunr.Halo to 0.10.1
- Updated Lunr.Config to 0.10.1
- Remove references to mailing lists and reviewboard from README
Lunr.Locator 0.10.0
General:
- Clean up use statements
- Mark Lunr.Halo as a development-only dependenc
CI:
- Remove Jenkinsfile
PHPStan:
- Add get method to ignore containerinterface get calls inside locator files
Lunr.Locator 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
- Fix test failures with decomposer
- Switch to shared template for reuse, add and enforce typos check
- Configure PHPUnit whitelist based on directories
Lunr.Locator 0.8.0
General:
- 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
- Bump phpstan to level 3 and make it required for a build to pass
PHPStan plugins:
- Add method return type extension for when ConfigServiceLocator is used as ContainerInterface