Releases: permafrost-dev/php-code-search
Releases · permafrost-dev/php-code-search
1.12.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #29
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #30
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #34
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #33
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #35
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #37
- Update nikic/php-parser from ^4 to ^5 by @msievenpiper in #38
New Contributors
- @msievenpiper made their first contribution in #38
Full Changelog: 1.11.0...1.12.0
1.11.0
- update helper function names to avoid issues when running in a Laravel application, thanks to @Hypnopompia for reporting the issue.
1.10.6
1.10.5
- various bug fixes, code cleanup
1.10.4
- fix nullable parameter type bug
1.10.3
- fix another bug with resolving static calls
1.10.2
- fix bug with resolving static method call names
1.10.1
- fix nested array bug in
Arr::matchesAny()
1.10.0
- add support for class definition searches using
classes()
- internal: significant refactoring
1.9.0
- add support for function definition searches using
functions()