Releases: marcioAlmada/annotations
Releases · marcioAlmada/annotations
1.13.17 - concrete annotations
- Concrete annotations
- All facade methods are now public to empower advanced users
- HHVM 2.4+ support
- Switch to PSR4 autoloader
1.12.16
- fix bug that made parser strip values starting with a legal type name (thanks @emaphp)
- fix docs for better IDE support (thanks @romainbessugesmeusy)
1.12.15 - multiline annotations
- multiline annotations
- wider support for single line annotations
- faster / simpler parser
- introduced AnnotationsBag::union
- deprecated AnnotationsBag::merge
1.11.15 - pecl-jsonc 1.3.1 and below support
- fixes support for older pecl-json-c versions (1.3.1 and below) still used in some OSs
1.11.14 - eliminated reserved words
- no more reserved words #21
1.11.13 - pecl-jsonc+ support
- fix compatibility with pecl-json-c extension (stable versions: 1.3.2+)
- formalized ext-json requirement for composer
1.10.8 - inline docblocks support
- Inline (single line) docblock support #15
- Major Parser improvements
1.8.7
- mutable AnnotationsBag (thanks to @nyamsprod)
- minor corrections and improvements
1.7.6
- fix AnnotationsBag::merge behavior in some very specific cases
1.7.5 - late eval type
- New late "eval" type for more dynamic annotations
- AnnotationsBag now has a merge method
- Fixed minor bugs