- Updated README.md how to use without composer autoloader.
- Improved finding composer autoloader file path. Thank you @veger . For details @see #7
- Improved getting namespace when there were comments
- Intial version.
- Fixed #2 . Inform the user if vendor/autoload.php doesn't exists in root of project.
- Fix the clicked class namespace when they are on the same root namespace.
Eg :
Cake\Core\Plugin
class contains a call toClassloader
. Which is not referenced in the namespace.
- Moving to coffee script
- Bug fix adding necessary dependencies on the package.json. So hyperclick is installed automatically.
- Update readme with gif showing the demo
- Version that got released.
- Initial version