Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 1.08 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.

1.0.1 - 2024-06-21

Added

  • Allow PHP 8.3
  • Allow symfony/filesystem:^7.0.0

1.0.0 - 2023-01-10

Added

  • Source interface
    • SelfCheckingSource interface
  • SelfCheckingSource interface
    • ReflectorSource interface
    • FileSource
  • ReflectorSource interface
    • AboveReflectorSource interface
    • ClassConstantSource
    • ClassSource
    • FunctionSource
    • MethodSource
    • ParameterSource
    • PropertySource
  • AboveReflectorSource interface
    • AnnotationSource
    • AttributeSource
    • EmptyAboveReflectorSource
  • SourceChecker
    • SourceCheckHandler interface
    • DefaultSourceChecker
  • InvalidSource exception