We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746b10b commit 2c3ca64Copy full SHA for 2c3ca64
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+#### 2.1.0
4
+
5
+* Add missing type hints and parameter types to FuncProxy. See #135 by @SenseException
6
+* Added support for optional and referenced parameters in built-in functions. See #133 by @bhoehl
7
+* Fixed `return void` issue #123 by @zuozp8. See #130
8
9
#### 2.0.0
10
11
* **Updated to Go AOP Framework 2.0**
composer.json
@@ -4,7 +4,7 @@
"authors": [
{
"name": "Michael Bodnarchuk",
- "email": "davert.php@mailican.com"
+ "email": "davert@codeception.com"
}
],
"autoload": {
0 commit comments