Releases: josantonius/php-language-code
v2.0.2
What's Changed
-
pre-release/v2.0.2 by @josantonius in #2
-
Release/v2.0.2 by @josantonius in #3
-
The notation type in the test function names has been changed from camel to snake case for readability.
-
Functions were added to document the methods and avoid confusion.
-
Disabled the ´CamelCaseMethodName´ rule in ´phpmd.xml´ to avoid warnings about function names in tests.
-
The alignment of the asterisks in the comments has been fixed.
-
Tests for Windows have been added.
-
Tests for PHP 8.2 have been added.
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- pre-release/v2.0.0 in #1
Version 1.x is considered as deprecated and unsupported. In this version (2.x) the library was completely restructured. It is recommended to review the documentation for this version and make the necessary changes before starting to use it, as it not be compatible with version 1.x.
-
The library was completely refactored.
-
Support for PHP version 8.1.
-
Support for earlier versions of PHP 8.1 is discontinued.
-
Replaced all static methods in
Josantonius\LanguageCode\LanguageCodeclass. -
Improved documentation;
README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.mdandCHANGELOG.md. -
Removed
Codacy. -
Removed
PHP Coding Standards Fixer. -
The
masterbranch was renamed tomain. -
The
developbranch was added to use a workflow based onGit Flow. -
Travisis discontinued for continuous integration.GitHub Actionswill be used from now on. -
Added
.github/CODE_OF_CONDUCT.mdfile. -
Added
.github/CONTRIBUTING.mdfile. -
Added
.github/FUNDING.ymlfile. -
Added
.github/workflows/ci.ymlfile. -
Added
.github/lang/es-ES/CODE_OF_CONDUCT.mdfile. -
Added
.github/lang/es-ES/CONTRIBUTING.mdfile. -
Added
.github/lang/es-ES/LICENSEfile. -
Added
.github/lang/es-ES/READMEfile. -
Deleted
.travis.ymlfile. -
Deleted
.editorconfigfile. -
Deleted
CONDUCT.MDfile. -
Deleted
README-ES.MDfile. -
Deleted
.php_cs.distfile.
Full Changelog: 1.1.6...v2.0.0
1.1.6
1.1.5
What's Changed
-
Implemented
PHP Mess Detectorto detect inconsistencies in code styles. -
Implemented
PHP Code Beautifier and Fixerto fixing errors automatically. -
Implemented
PHP Coding Standards Fixerto organize PHP code automatically according to PSR standards.
Full Changelog: 1.1.4...1.1.5
1.1.4
What's Changed
-
Implemented
PSR-4 autoloader standardfrom all library files. -
Implemented
PSR-2 coding standardfrom all library PHP files. -
Implemented
PHPCSto ensure that PHP code complies withPSR2code standards. -
Implemented
Codacyto automates code reviews and monitors code quality over time. -
Implemented
Codecovto coverage reports. -
Added
LanguageCode/phpcs.ruleset.xmlfile. -
Deleted
LanguageCode/src/bootstrap.phpfile. -
Deleted
LanguageCode/tests/bootstrap.phpfile. -
Deleted
LanguageCode/vendorfolder. -
Deleted
LanguageCode/resources/languageCodes.jsondfile. -
Changed
Josantonius\LanguageCode\Test\LanguageCodeTestclass toJosantonius\LanguageCode\LanguageCodeTestclass. -
Added
Josantonius\LanguageCode\LanguageCodeCollectionclass. -
Added
Josantonius\LanguageCode\LanguageCodeCollection::all()method. -
Added
Josantonius\LanguageCode\LanguageCodeCollection::get()method. -
Deleted
Josantonius\LanguageCode\LanguageCode::getAll()method. -
Added
Josantonius\LanguageCode\LanguageCode::get()method.
Full Changelog: 1.1.3...1.1.4
1.1.3
What's Changed
-
Unit tests supported by
PHPUnitwere added. -
The repository was synchronized with Travis CI to implement continuous integration.
-
Added
LanguageCode/src/bootstrap.phpfile -
Added
LanguageCode/tests/bootstrap.phpfile. -
Added
LanguageCode/phpunit.xml.distfile. -
Added
LanguageCode/_config.ymlfile. -
Added
LanguageCode/.travis.ymlfile. -
Deleted
Josantonius\LanguageCode\Tests\LanguageCodeTestclass. -
Deleted
Josantonius\LanguageCode\Tests\LanguageCodeTest::testGetLanguageFromCode()method. -
Deleted
Josantonius\LanguageCode\Tests\LanguageCodeTest::testGetLanguageFromCodeUndefined()method. -
Deleted
Josantonius\LanguageCode\Tests\LanguageCodeTest::testGetCodeFromLanguage()method. -
Deleted
Josantonius\LanguageCode\Tests\LanguageCodeTest::testGetCodeFromLanguageUndefined()method. -
Deleted
Josantonius\LanguageCode\Tests\LanguageCodeTest::testGetAll()method. -
Added
Josantonius\LanguageCode\Test\LanguageCodeTestclass. -
Added
Josantonius\LanguageCode\Test\LanguageCodeTest::testGetLanguageFromCode()method. -
Added
Josantonius\LanguageCode\Test\LanguageCodeTest::testGetLanguageFromCodeUndefined()method. -
Added
Josantonius\LanguageCode\Test\LanguageCodeTest::testGetCodeFromLanguage()method. -
Added
Josantonius\LanguageCode\Test\LanguageCodeTest::testGetCodeFromLanguageUndefined()method. -
Added
Josantonius\LanguageCode\Test\LanguageCodeTest::testGetAll()method.
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Deleted
Josantonius\LanguageCode\Exception\LanguageCodeExceptionclass. - Deleted
Josantonius\LanguageCode\Exception\Exceptionsabstract class. - Deleted
Josantonius\LanguageCode\Exception\LanguageCodeException->__construct()method.
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Some files were excluded from download and comments and readme files were updated.
Full Changelog: 1.1.0...1.1.1