Skip to content

Releases: permafrost-dev/php-code-search

1.12.0

Choose a tag to compare

@patinthehat patinthehat released this 03 Sep 04:35

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

1.11.0

Choose a tag to compare

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

1.10.6

Choose a tag to compare

@patinthehat patinthehat released this 10 Nov 20:55
00b578f
  • Fix PHP 8.1 deprecation warnings, closes #31.

1.10.5

Choose a tag to compare

@patinthehat patinthehat released this 18 Aug 00:23
8bd830e
  • various bug fixes, code cleanup

1.10.4

Choose a tag to compare

@patinthehat patinthehat released this 18 Aug 00:04
67df150
  • fix nullable parameter type bug

1.10.3

Choose a tag to compare

@patinthehat patinthehat released this 18 Aug 00:04
45fc42f
  • fix another bug with resolving static calls

1.10.2

Choose a tag to compare

@patinthehat patinthehat released this 18 Aug 00:04
13631c5
  • fix bug with resolving static method call names

1.10.1

Choose a tag to compare

@patinthehat patinthehat released this 03 Aug 12:54
25de0c4
  • fix nested array bug in Arr::matchesAny()

1.10.0

Choose a tag to compare

@patinthehat patinthehat released this 30 Jul 00:31
0d27234
  • add support for class definition searches using classes()
  • internal: significant refactoring

1.9.0

Choose a tag to compare

@patinthehat patinthehat released this 28 Jul 21:48
1e1be90
  • add support for function definition searches using functions()