Skip to content

Releases: phalcon/traits

2.0.3 Release

01 May 14:10
Compare
Choose a tag to compare

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
7c58397
Compare
Choose a tag to compare

PHP Versions: 8.0, 8.1, 8.2

Changelog

Fixed

  • Added missing use statements #40

2.0.1 Release

03 Jan 16:18
49beb69
Compare
Choose a tag to compare

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
e336cbc
Compare
Choose a tag to compare

PHP Versions: 8.0, 8.1, 8.2

Changelog

Added

  • Added Phalcon\Traits\Php\IniTrait #34

1.3.0 Release

04 Oct 18:54
2a67d1e
Compare
Choose a tag to compare

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
a6d9499
Compare
Choose a tag to compare

PHP Versions: 7.4, 8.0

Changelog

1.2.0 Release

17 Nov 14:40
f43e3bb
Compare
Choose a tag to compare

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
f43e3bb
Compare
Choose a tag to compare

PHP Versions: 7.4, 8.0

Changelog

Fixed

  • Corrected PDS structure by public folder #30

Added

  • Added Phalcon\Traits\Php\UrlTrait #31

1.0.0 Release

28 Oct 20:18
00cf986
Compare
Choose a tag to compare

PHP Versions: 7.4, 8.0

Changelog

Fixed

  • Fixed Phalcon\Traits\Php added stricter types
  • Fixed Phalcon\Traits\Php\FileTrait corrected namespace

Added

  • 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