Releases: phalcon/traits
Releases · phalcon/traits
3.0.0 Release
2.0.4 Release
Fixed
- Added return types to all methods
- Enabled PHP Codesniffer in the CI run
- Enabled PHPStan with max configuration and made necessary adjustments
- Enabled Sonarqube in the CI run
- Added quality badges from Sonarqube
- Changed testing suite to phpunit
2.0.3 Release
PHP Versions: 8.0, 8.1, 8.2
Fixed
- Added
staticToCamelize()
for callingtoCamelize()
statically. #41 - Added
staticToLower()
for callingtoLower()
statically. #41 - Added
staticToUncamelize()
for callingtoUncamelize()
statically. #41 - Added
staticToUpper()
for callingtoUpper()
statically. #41 - Added
phpStaticIniGet()
for callingphpIniGet()
statically. #41 - Added
phpStaticIniGetBool()
for callingtphpIniGetBool()
statically. #41 - Added
phpStaticIniGetInt()
for callingphpIniGetInt()
statically. #41 - Added
phpStaticParseIniFile()
for callingphpParseIniFile()
statically. #41
2.0.2 Release
2.0.1 Release
2.0.0 Release
1.3.0 Release
1.2.1 Release
PHP Versions: 7.4, 8.0