Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 8, 2016
1 parent 1ace020 commit 5191529
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
38 changes: 25 additions & 13 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ public function test()
exit;
}
}
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.5.4

0 comments on commit 5191529

Please sign in to comment.