Skip to content

Releases: permafrost-dev/php-code-search

1.5.1

06 Jul 22:43
1de7f18
Compare
Choose a tag to compare
  • internal refactoring

1.5.0

06 Jul 18:00
1ecb1cf
Compare
Choose a tag to compare
  • rename FunctionCallLocation to GenericCodeLocation and remove the name property

1.4.0

06 Jul 01:22
4e64e6e
Compare
Choose a tag to compare
  • allow searching for static method calls like MyClass or MyClass::someMethod
  • add ResultNode class
  • add node property to SearchResult class

1.3.2

05 Jul 20:37
953f09b
Compare
Choose a tag to compare
  • minor fix to method searching

1.3.1

05 Jul 20:32
baddbeb
Compare
Choose a tag to compare
  • minor fix to variable searching

1.3.0

05 Jul 20:25
fd7c3f9
Compare
Choose a tag to compare
  • add methods method
  • add variables method

1.2.1

05 Jul 19:07
7bef268
Compare
Choose a tag to compare
  • fix function search feature

1.2.0

04 Jul 17:55
f1bbf7a
Compare
Choose a tag to compare
  • add searchCode method

1.1.1

04 Jul 13:15
271996a
Compare
Choose a tag to compare
  • add filename property to File class

1.1.0

04 Jul 13:09
c46e271
Compare
Choose a tag to compare
  • add file property/method to SearchResult class