Releases: permafrost-dev/php-code-search
Releases · permafrost-dev/php-code-search
1.5.1
- internal refactoring
1.5.0
- rename
FunctionCallLocationtoGenericCodeLocationand remove thenameproperty
1.4.0
- allow searching for static method calls like
MyClassorMyClass::someMethod - add
ResultNodeclass - add
nodeproperty toSearchResultclass
1.3.2
- minor fix to method searching
1.3.1
- minor fix to variable searching
1.3.0
- add
methodsmethod - add
variablesmethod
1.2.1
- fix function search feature
1.2.0
- add
searchCodemethod
1.1.1
- add
filenameproperty toFileclass
1.1.0
- add
fileproperty/method toSearchResultclass