-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ace020
commit 5191529
Showing
3 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,47 @@ | ||
# Changelog | ||
|
||
#### 0.5.2 | ||
#### 0.5.4 | ||
|
||
* 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 | ||
|
||
|
||
#### 0.5.3 | ||
|
||
* Updated to goaop/framework 0.6.x and codeception 2.1 | ||
|
||
* updated to goaop/framework 0.6.x and codeception 2.1 | ||
|
||
#### 0.5.1 | ||
|
||
* Fixed strict errors for func verifier *2014-10-16* | ||
* Fixed strict errors for func verifier | ||
|
||
|
||
#### 0.5.0 | ||
|
||
* test::ns() method removed *2014-10-10* | ||
* Mocking functions implemented with test::func method *2014-10-10* | ||
* Fixed mocking functions with arguments passed by reference #34 by @tampe125 *2014-10-09* | ||
* Fixed passing arguments by reference in InstanceProxy. Thanks to @tampe125. Issue #39 *2014-10-08* | ||
* Debug mode can be disabled in options with debug => false *2014-10-08* | ||
* `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 | ||
|
||
|
||
#### 0.5.0-beta 05/14/2014 | ||
|
||
* moved to Go\Aop 0.5.x-dev | ||
* Moved to Go\Aop 0.5.x-dev | ||
|
||
|
||
#### 0.4.2 05/09/2014 | ||
|
||
* depdendency on AspectMock ~0.4.0 | ||
* Depdendency on AspectMock ~0.4.0 | ||
|
||
|
||
#### 0.4.1 | ||
|
||
* RoboFile | ||
* Verify invocation arguments with closures @gchaincl | ||
* Verify invocation arguments with closures by @gchaincl | ||
* better support for traits by @andyfowler | ||
* Verify invocation arguments with closures | ||
* Verify invocation arguments with closures | ||
* Vetter support for traits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,4 +87,4 @@ public function test() | |
exit; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.3 | ||
0.5.4 |