Version 2.1.0 of Go! AOP Framework
Version 2.1.0 enables support for PHP7.1. As well it provides some useful features for you applications:
- Add support for the nullable types in PHP7.1, see #309, #314
- Add support for the
void
return types for PHP7.1, see #307 - Update the requirement for the
goaop/parser-reflection
library to use the latest version with PHP7.1 support. - Add a fix for non-absolute paths returned from the composer since PHP5.6 #295
- Add an ability to update invocation arguments via
Invocation->setArguments()
method #297 - Enable wildcard paths for the Enumerator, e.g
/*Bundle/*/Tests
, see #300 - Allow to pass an exception as a second argument to the invocation for the
AfterThrowing
type of adivce, see #302