2.0.4 (2024-12-28)
- 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
2.0.3 (2023-05-01)
- 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
staticPhpIniGet()
for callingphpIniGet()
statically. #41 - Added
staticPhpIniGetBool()
for callingphpIniGetBool()
statically. #41 - Added
staticPhpIniGetInt()
for callingphpIniGetInt()
statically. #41 - Added
staticPhpParseIniFile()
for callingphpParseIniFile()
statically. #41
2.0.2 (2023-01-15)
- Added missing
use
statements #40
2.0.1 (2023-01-03)
- Minor optimization for
Phalcon\Traits\Php\JsonTrait
#17 - Corrected
CHANGELOG.md
to an easier to read format #35
2.0.0 (2023-01-01)
- Added
Phalcon\Traits\Php\IniTrait
#34
1.3.0 (2022-10-04)
- Added
Phalcon\Traits\Helper\Str\CamelizeTrait
#33 - Added
Phalcon\Traits\Helper\Str\UncamelizeTrait
#33
1.2.1 (2021-11-17)
1.2.0 (2021-11-06)
- Changed
Phalcon\Php\FileTrait::phpFclose
visibility toprotected
#32
- Removed
Phalcon\Factory\Factory
constructor #32
1.1.0 (2021-10-30)
- Corrected PDS structure by public folder #30
- Added
Phalcon\Traits\Php\UrlTrait
#31
1.0.0 (2021-10-27)
- Fixed
Phalcon\Traits\Php
added stricter types - Fixed
Phalcon\Traits\Php\FileTrait
corrected namespace
- Added
Phalcon\Traits\Helper\Str\DirSeparatorTrait
#29 - Added
Phalcon\Traits\Helper\Str\DirFromFileTrait
#28 - Added
Phalcon\Traits\Php\InfoTrait
#27 - Added
Phalcon\Traits\Php\JsonTrait
#26 - Added
Phalcon\Traits\Php\FileTrait
#25 - Added
Phalcon\Traits\Helper\Str\InterpolateTrait
#24 - Added
Phalcon\Traits\Helper\Str\UpperTrait
#23 - Added
Phalcon\Traits\Helper\Str\LowerTrait
#22 - Added
Phalcon\Traits\Helper\Str\StartsWithTrait
#21 - Added
Phalcon\Traits\Helper\Str\EndsWithTrait
#20 - Added
Phalcon\Traits\Arr\FilterTrait
#19 - Added
Phalcon\Traits\Factory\FactoryTrait
#18