Skip to content

Releases: permafrost-dev/php-code-search

1.12.0

03 Sep 04:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

1.11.0

10 Nov 22:26
c2ef6c6
Compare
Choose a tag to compare
  • update helper function names to avoid issues when running in a Laravel application, thanks to @Hypnopompia for reporting the issue.

1.10.6

10 Nov 20:55
00b578f
Compare
Choose a tag to compare
  • Fix PHP 8.1 deprecation warnings, closes #31.

1.10.5

18 Aug 00:23
8bd830e
Compare
Choose a tag to compare
  • various bug fixes, code cleanup

1.10.4

18 Aug 00:04
67df150
Compare
Choose a tag to compare
  • fix nullable parameter type bug

1.10.3

18 Aug 00:04
45fc42f
Compare
Choose a tag to compare
  • fix another bug with resolving static calls

1.10.2

18 Aug 00:04
13631c5
Compare
Choose a tag to compare
  • fix bug with resolving static method call names

1.10.1

03 Aug 12:54
25de0c4
Compare
Choose a tag to compare
  • fix nested array bug in Arr::matchesAny()

1.10.0

30 Jul 00:31
0d27234
Compare
Choose a tag to compare
  • add support for class definition searches using classes()
  • internal: significant refactoring

1.9.0

28 Jul 21:48
1e1be90
Compare
Choose a tag to compare
  • add support for function definition searches using functions()