- Upgraded to Go AOP 2.2
- PHPUnit > 6.x support
- Add missing type hints and parameter types to FuncProxy. See #135 by @SenseException
- Added support for optional and referenced parameters in built-in functions. See #133 by @bhoehl
- Fixed
return void
issue #123 by @zuozp8. See #130
- Updated to Go AOP Framework 2.0
- PHP7 (with typehints) supported
- Minimal PHP version is PHP 5.6
- Updated to Go AOP Framework 1.0
- Added verifying inherited method calls by @torreytsui. See #90
- Replaces
return
withyield
for non-root namespaces. By @faridanthony See #93 - Fix bug that class does not bind in static double by @torreytsui. See #89
- compatible with Symfony3 and PHP7
- Improved namespace handling
- Added ability to display actually passed parameter in the error message
- Fixed counting of dynamic class methods (#24)
- Fixes for functions that have a brace as default on parametersi
- Replace return with yield when docComments returns Generator
- Updated to goaop/framework 0.6.x and codeception 2.1
- Fixed strict errors for func verifier
test::ns
method removed- Mocking functions implemented with
test::func
method - Fixed mocking functions with arguments passed by reference (#34)
- Fixed passing arguments by reference in InstanceProxy
- Debug mode can be disabled in options with
debug => false
- Updated to Go\Aop 0.5.0
- Moved to Go\Aop 0.5.x-dev
- Depdendency on AspectMock ~0.4.0
- RoboFile
- Verify invocation arguments with closures
- Verify invocation arguments with closures
- Vetter support for traits