Ray.Aop Versions Save

An aspect-oriented framework for PHP

2.11.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ray-di/Ray.Aop/compare/2.10.6...2.11.0

2.10.6

2 years ago
  • Fix the serialize issue #178
  • Cleanup

2.10.5

3 years ago
  • Fix #174

Thanks for reporting the issue! @momospnr

2.10.4

3 years ago
  • Fix #172 getNamedArguments()

2.10.3

3 years ago
  • Fix LogNot match bug #171

2.10.2

3 years ago
  • Fix #170

Thanks to the team at bengo4 for pointing out the problem! @amashigeseiji @sambo

2.10.1

3 years ago
  • Fix typo #169

2.10.0

3 years ago
  • Support php8 attributes
  • Add Service Locator only for the annotation/attribute reader.
  • Update CI
    • TravisCI to GH action
    • Add phpmd check

2.9.9

3 years ago
  • Forward compatible with PHP 8 #148
  • Refactor
    • Codecov and test coverage 100% #149 #150 #151
    • Update CS #152
    • Update demo #153

2.9.8

3 years ago
  • Refactor demo