Skip to content

Releases: Maslosoft/Addendum

Version 2.0.0

19 Aug 15:42

Choose a tag to compare

Changes:
This version is refactored into psr-0 compatible namespaces

Version 1.0.1

19 Aug 11:50

Choose a tag to compare

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