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 8455445 commit 1334dbfCopy full SHA for 1334dbf
CHANGELOG.md
@@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
* **Fixed** for any bug fixes.
13
* **Security** in case of vulnerabilities.
14
15
+## [0.7.4] 2021-04-26
16
+### Added
17
+ * Enable PHP 8.0 (#35)
18
+ * Resolve services defined by string & BaseObject configurations (#38)
19
+ * Resolve ActiveRecord stan type from static method return type (#40)
20
+ * Ensure YII_DEBUG is defined (#41)
21
+
22
+### Fixed
23
+ * ActiveRecord array access (#39)
24
25
## [0.7.3] 2020-07-13
26
### Added
27
* Add support for non-singleton services (definitions) (#30)
0 commit comments