This repository was archived by the owner on Feb 21, 2019. It is now read-only.
Releases: nette/reflection
Releases · nette/reflection
Released version 2.4.2
Released version 2.4.1
- AnnotationsParser: sooner $useReflection initialization
- AnnotationsParser: fixed expanding to FQCN in bracketed namespace
- AnnotationParser: support PHP 7 group use statements (nette/di#125)
For the details you can have a look at the diff.
Released version 2.4.0
- requires PHP 5.6
- uses Nette\SmartObject & StaticClass
AnnotationsParser::parsePhp()
Return also classes without annotations
For the details you can have a look at the diff.
Released version 2.3.2
- AnnotationsParser::
parsePhp()
Return also classes without annotations - Method: self replaced with static
For the details you can have a look at the diff.
Released version 2.2.2
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.1
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.0
- added
Helpers::getDeclaringClass()
- added bridge for Nette DI
Released version 2.2.1
- AnnotationsParser::expandClassName() resolves
self
to original class name
Released version 2.2.0
The first standalone release. For more information see readme.md.