- Updated to PHP-Parser 4.13 to support PHP 8.1.
- Updated to PHP-Parser 4.10 to support PHP 8.0.
- Updated PHPUnit to 6.0.
- Removed support for PHP 5.x.
- Updated to PHP-Parser 4.0.
- Follow symlinks below directories. (Previously only symlinks in the top directory were followed)
- Exclude phpctags when re-building phar
- Fix typo in README.md
- Fixed PHPUnit.xml.dist
- Refactoring codebase
- Refactroing testsuite
- Now composer support an entry point to install in globally
- Define new build flow
- Fix building compatiblity with PHP 5.3.* thanks to grep-awesome@github
- Add trait support thanks to Mark Wu
- Add inherits support thanks to Mark Wu
- Add namespace support thanks to Mark Wu
- Add instruction to enable phar extension in README
- Add assign reference support to phpctags thanks to Mark Wu
- Add explaination for PHAR supported platforms
- add tagline support thanks to Mark Wu
- add a Makefile to build stand-alone PHAR executable thanks to Mark Wu
- update PHPParser dependency to version 0.9.3
- able to control the memroy size to be used thanks to Dannel Jurado
- improved command line compatiblity to ctags thanks to Sander Marechal
- bug fixes: #5 and #7
- new kind descriptor
- ctags flags support
- excmd
- fields
- format
- new test case layer
- introduce debug mode
- bug fixes: #3 and #4
- ctags compatible
- surppoted tokens
- constant
- variable
- function
- class
- class method
- class property
- class constant
- interface
- scope field support
- access field support