Releases: corpsee/nameless-utilities
Releases · corpsee/nameless-utilities
3.0.1
2018-09-02
Changed
- Fixed PHP Censor config
- Fixed license name for Packagist ('GPL-3.0' to 'GPL-3.0-only').
2.1.1
2018-09-02
Changed
- Fixed PHP Censor config
- Fixed license name for Packagist ('GPL-3.0' to 'GPL-3.0-only').
2.0.3
2018-09-02
Changed
- Fixed PHP Censor config
- Fixed license name for Packagist ('GPL-3.0' to 'GPL-3.0-only').
Fixed
- DeepCopy version for PHP 5.6 and 7.0.
1.0.6
2018-09-02
Changed
- Fixed PHP Censor config
- Fixed license name for Packagist ('GPL-3.0' to 'GPL-3.0-only').
3.0.0
2018-09-01
Changed
- Upgraded minimal PHP version to 7.1.
- Refactored
StringHelper::transliterate
method (Required ext-intl
extension).
2.1.0
2018-09-01
Added
- Bc Math wrappers for working with floats.
- StringHelper methods for converting snake_case <-> CamelCase.
Changed
2.0.1
2018-01-07
Added
- Code coverage to TravisCI configuration (For codecov.io).
- PHP 7.2 to TravisCI configuration.
- File
.editorconfig
. See: editorconfig.org.
- File
CHANGELOG.md
.
Changed
2.0.0
2017-09-30
Added
- Milliseconds and microseconds to
DateTimeHelper::humanize
method.
Changed
- Improved tests and documentation.
- Upgraded minimal PHP version to 5.6.