Skip to content

Releases: ray-di/Ray.Aop

2.1.0

26 Apr 04:22
Compare
Choose a tag to compare

This release give the feature aspect compiler only generate intercepted method.

2.0.1

18 Apr 02:49
Compare
Choose a tag to compare

This release add class dir writable check. The compiler throws NotWritableException when not writable directory path is given.

2.0.0

28 Feb 11:33
Compare
Choose a tag to compare

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

11 Feb 03:20
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

2.0.0-alpha.2

13 Jan 08:54
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha

22 Dec 03:02
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release
  • 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

1.3.1

29 Sep 07:49
Compare
Choose a tag to compare
  • composer update ("nikic/php-parser": "~1.0")

1.3.0

19 Aug 07:09
Compare
Choose a tag to compare
  • add Compiler::noBindNewInstance() for #28
  • add Matcher::setAnnotationReader($annotationReader); for annotation reading performance.
  • fix README sample

1.2.7

19 Aug 07:00
Compare
Choose a tag to compare

1.2.6

19 Aug 06:56
Compare
Choose a tag to compare
  • fix bugs