Releases: permafrost-dev/php-code-search
Releases · permafrost-dev/php-code-search
1.5.1
- internal refactoring
1.5.0
- rename
FunctionCallLocation
toGenericCodeLocation
and remove thename
property
1.4.0
- allow searching for static method calls like
MyClass
orMyClass::someMethod
- add
ResultNode
class - add
node
property toSearchResult
class
1.3.2
- minor fix to method searching
1.3.1
- minor fix to variable searching
1.3.0
- add
methods
method - add
variables
method
1.2.1
- fix function search feature
1.2.0
- add
searchCode
method
1.1.1
- add
filename
property toFile
class
1.1.0
- add
file
property/method toSearchResult
class