All Versions
19
Latest Version
Avg Release Cycle
165 days
Latest Release
2011 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.0 Changes
March 14, 2016- โก๏ธ 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
-
v0.5.5 Changes
- compatible with Symfony3 and PHP7
-
v0.5.4 Changes
- ๐ 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
-
v0.5.3 Changes
- โก๏ธ Updated to goaop/framework 0.6.x and codeception 2.1
-
v0.5.1 Changes
- ๐ Fixed strict errors for func verifier
-
v0.5.0 Changes
- ๐
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
- ๐
-
v0.5.0-beta Changes
- ๐ Moved to Go\Aop 0.5.x-dev
-
v0.4.2 Changes
September 05, 2014- Depdendency on AspectMock ~0.4.0
-
v0.4.1 Changes
- RoboFile
- ๐ Verify invocation arguments with closures
- ๐ Verify invocation arguments with closures
- ๐ Vetter support for traits