Skip to content

Version 1.0.1

Choose a tag to compare

@pmaselkowski pmaselkowski released this 19 Aug 11:50
· 459 commits to master since this release

New features:

  • Support for namespaced annotations
  • Support for raw annotating traits
  • Support for reading namespace and real class name in doc comment parser
  • Multiple paths support for filewalker

Changes:

  • Return false then trygin to access metadata of non existend method
  • Added searchAliases for annnotation messages generator

Fixes:

  • Fixed cache reset function (was not clearing everything)
  • Proper parsing of interface name
  • Fixed possible notices when parsing file without class
  • Ignore magic constant ::class
  • Fix of possible notice when generating message for class without doc comment
  • Fixed getAliasOfPath for aliases above protected