Skip to content

Releases: ray-di/Ray.Aop

1.2.5

27 May 23:39
Compare
Choose a tag to compare

1.2.4

19 May 10:16
Compare
Choose a tag to compare

1.2.3

30 Mar 08:36
Compare
Choose a tag to compare

1.2.2

23 Jan 04:04
Compare
Choose a tag to compare
  • [4ec9670] Remove PHPParser_Parser from property. Loading cost of PHPParser_Parser was huge. this medication makes Ray.Aop unserialization much faster.
  • [#20] Generated AOP class file keep same name to avoid re-creation on each request. thanks @vectorxenon

1.2.1

09 Dec 03:13
Compare
Choose a tag to compare
  • [#18] Matcher::startsWith()

1.2.0

07 Dec 07:55
Compare
Choose a tag to compare
  • [#12] Deprecated: ReflectiveMethodInvocation.php::getAnnotation()
    • Get annotation manualy in constructor instead.
  • [#13][#14] Invocation::getArguments() return ArrayObject
    • User can change parameter(s) in interceptor.
  • [#16] annotation is copied to weaved class
    • Annotation can be retrieved in weaved class.
  • [#17] Matcher:: createMatcher()
    • User can define own matcher