Releases: xp-framework/reflection
Releases · xp-framework/reflection
0.4.0: Instantiate annotations
0.3.1: Syntax error fix
- Fixed syntax error when using type annotations with
eval
argument
(@thekid)
0.3.0: Context type checks
0.2.0: PHP 8 attributes API
- Changed code to attribute reflection instead of parsing the code in
PHP 8 - @thekid
0.1.1: Instantiation exceptions fix
- Fixed
Type
class to consistently raise CannotInstantiate exceptions
for interfaces and abstract classes
(@thekid)
0.1.0: Hello world
- Hello World! First release - @thekid