Releases: phalcon/traits
Releases · phalcon/traits
3.0.0 Release
11 Feb 15:48
Compare
Sorry, something went wrong.
No results found
Changed
Changed minimum PHP version to 8.1
Added
Added getCachedInstance to the FactoryTrait to return the same object once instantiated
2.0.4 Release
28 Dec 22:46
Compare
Sorry, something went wrong.
No results found
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
01 May 14:10
Compare
Sorry, something went wrong.
No results found
PHP Versions: 8.0, 8.1, 8.2
Changelog
Fixed
Added staticToCamelize() for calling toCamelize() statically. #41
Added staticToLower() for calling toLower() statically. #41
Added staticToUncamelize() for calling toUncamelize() statically. #41
Added staticToUpper() for calling toUpper() statically. #41
Added phpStaticIniGet() for calling phpIniGet() statically. #41
Added phpStaticIniGetBool() for calling tphpIniGetBool() statically. #41
Added phpStaticIniGetInt() for calling phpIniGetInt() statically. #41
Added phpStaticParseIniFile() for calling phpParseIniFile() statically. #41
2.0.2 Release
15 Jan 15:04
Compare
Sorry, something went wrong.
No results found
PHP Versions: 8.0, 8.1, 8.2
Changelog
Fixed
Added missing use statements #40
2.0.1 Release
03 Jan 16:18
Compare
Sorry, something went wrong.
No results found
PHP Versions: 8.0, 8.1, 8.2
Changelog
Fixed
Minor optimization for Phalcon\Traits\Php\JsonTrait #17
Corrected CHANGELOG.md to an easier to read format #35
2.0.0 Release
02 Jan 14:08
Compare
Sorry, something went wrong.
No results found
PHP Versions: 8.0, 8.1, 8.2
Changelog
Added
Added Phalcon\Traits\Php\IniTrait #34
1.3.0 Release
04 Oct 18:54
Compare
Sorry, something went wrong.
No results found
PHP Versions: 7.4, 8.0, 8.1
Changelog
Added
Added Phalcon\Traits\Helper\Str\CamelizeTrait #33
Added Phalcon\Traits\Helper\Str\UncamelizeTrait #33
1.2.1 Release
17 Nov 17:11
Compare
Sorry, something went wrong.
No results found
1.2.0 Release
17 Nov 14:40
Compare
Sorry, something went wrong.
No results found
PHP Versions: 7.4, 8.0
Changelog
Changed
Changed Phalcon\Php\FileTrait::phpFclose visibility to protected #32
Removed
Removed Phalcon\Factory\Factory constructor #32
1.1.0 Release
30 Oct 13:01
Compare
Sorry, something went wrong.
No results found
PHP Versions: 7.4, 8.0
Changelog
Fixed
Corrected PDS structure by public folder #30
Added
Added Phalcon\Traits\Php\UrlTrait #31