Skip to content

Commit 5191529

Browse files
committed
Bump version
1 parent 1ace020 commit 5191529

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

CHANGELOG.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,47 @@
11
# Changelog
22

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
415

5-
* updated to goaop/framework 0.6.x and codeception 2.1
616

717
#### 0.5.1
818

9-
* Fixed strict errors for func verifier *2014-10-16*
19+
* Fixed strict errors for func verifier
1020

1121

1222
#### 0.5.0
1323

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`
1929
* Updated to Go\Aop 0.5.0
2030

31+
2132
#### 0.5.0-beta 05/14/2014
2233

23-
* moved to Go\Aop 0.5.x-dev
34+
* Moved to Go\Aop 0.5.x-dev
2435

2536

2637
#### 0.4.2 05/09/2014
2738

28-
* depdendency on AspectMock ~0.4.0
39+
* Depdendency on AspectMock ~0.4.0
40+
2941

3042
#### 0.4.1
3143

3244
* 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

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ public function test()
8787
exit;
8888
}
8989
}
90-
}
90+
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.3
1+
0.5.4

0 commit comments

Comments
 (0)