Releases: ray-di/Ray.Aop
Releases · ray-di/Ray.Aop
2.1.0
2.0.1
2.0.0
Initial 2.0 stable release.
- ADD: hhvm compatible
- ADD: Interceptors order priority by annotation order.
- ADD: Aspect class import use statement from target class (works for doctrine annotation reader)
- ADD: Autoloader registration for aspect class
- BRK: Own matcher
- 100% test coverage. 10.0 code quality index.
2.0.0-beta
2.0.0-alpha.2
- fix bug #33
2.0.0-alpha
- NEW hhvm compatible
- NEW Method annotation determine priority to apply interceptors
- NEW Generated aspect class import use statement (works for doctrine annotation reader)
- NEW Autoloader registration for aspect class
- UPDATE Own matcher