|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -#### 0.5.2 |
| 3 | +#### 0.5.4 |
| 4 | + |
| 5 | +* Improved namespace handling |
| 6 | +* Added ability to display actually passed parameter in the error message |
| 7 | +* Fixed counting of dynamic class methods (#24) |
| 8 | +* Fixes for functions that have a brace as default on parametersi |
| 9 | +* Replace return with yield when docComments returns Generator |
| 10 | + |
| 11 | + |
| 12 | +#### 0.5.3 |
| 13 | + |
| 14 | +* Updated to goaop/framework 0.6.x and codeception 2.1 |
4 | 15 |
|
5 |
| -* updated to goaop/framework 0.6.x and codeception 2.1 |
6 | 16 |
|
7 | 17 | #### 0.5.1
|
8 | 18 |
|
9 |
| -* Fixed strict errors for func verifier *2014-10-16* |
| 19 | +* Fixed strict errors for func verifier |
10 | 20 |
|
11 | 21 |
|
12 | 22 | #### 0.5.0
|
13 | 23 |
|
14 |
| -* test::ns() method removed *2014-10-10* |
15 |
| -* Mocking functions implemented with test::func method *2014-10-10* |
16 |
| -* Fixed mocking functions with arguments passed by reference #34 by @tampe125 *2014-10-09* |
17 |
| -* Fixed passing arguments by reference in InstanceProxy. Thanks to @tampe125. Issue #39 *2014-10-08* |
18 |
| -* Debug mode can be disabled in options with debug => false *2014-10-08* |
| 24 | +* `test::ns` method removed |
| 25 | +* Mocking functions implemented with `test::func` method |
| 26 | +* Fixed mocking functions with arguments passed by reference (#34) |
| 27 | +* Fixed passing arguments by reference in InstanceProxy |
| 28 | +* Debug mode can be disabled in options with `debug => false` |
19 | 29 | * Updated to Go\Aop 0.5.0
|
20 | 30 |
|
| 31 | + |
21 | 32 | #### 0.5.0-beta 05/14/2014
|
22 | 33 |
|
23 |
| -* moved to Go\Aop 0.5.x-dev |
| 34 | +* Moved to Go\Aop 0.5.x-dev |
24 | 35 |
|
25 | 36 |
|
26 | 37 | #### 0.4.2 05/09/2014
|
27 | 38 |
|
28 |
| -* depdendency on AspectMock ~0.4.0 |
| 39 | +* Depdendency on AspectMock ~0.4.0 |
| 40 | + |
29 | 41 |
|
30 | 42 | #### 0.4.1
|
31 | 43 |
|
32 | 44 | * RoboFile
|
33 |
| -* Verify invocation arguments with closures @gchaincl |
34 |
| -* Verify invocation arguments with closures by @gchaincl |
35 |
| -* better support for traits by @andyfowler |
| 45 | +* Verify invocation arguments with closures |
| 46 | +* Verify invocation arguments with closures |
| 47 | +* Vetter support for traits |
0 commit comments