Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.4] 2024-08-18

Fixed

  • Resolve templates in type arguments of inherited parents and interfaces.

[0.4.3] 2024-08-06

Added

  • Add ConstantReflection and TyphoonReflector::reflectConstant().

[0.4.2] 2024-08-05

Added

  • Add AttributeReflection::evaluate() to emphasize the risk of runtime errors.
  • Add AttributeReflection::evaluateArguments() to emphasize the risk of runtime errors.
  • Add ClassConstantReflection::evaluate() to emphasize the risk of runtime errors.
  • Add ParameterReflection::evaluateDefault() to emphasize the risk of runtime errors.
  • Add PropertyReflection::evaluateDefault() to emphasize the risk of runtime errors.

Deprecated

  • Deprecate calling AttributeReflection::newInstance() in favor of evaluate().
  • Deprecate calling AttributeReflection::arguments() in favor of evaluateArguments().
  • Deprecate calling ClassConstantReflection::value() in favor of evaluate().
  • Deprecate calling ParameterReflection::defaultValue() in favor of evaluateDefault().
  • Deprecate calling PropertyReflection::defaultValue() in favor of evaluateDefault().

[0.4.1] 2024-08-05

Fixed

  • Reflect trait @use PHPDoc in classes without a class-level PHPDoc.