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.
-
Replaced all static methods in
Josantonius\Asset\Assetclass.A facade class was added to access the methods statically:
Josantonius\Asset\Facades\Asset. -
Support for PHP version 8.1.
-
Support for earlier versions of PHP 8.1 is discontinued.
-
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:
Josantonius\Asset\Elements\BodyScriptclass.Josantonius\Asset\Elements\HeadScriptclass.Josantonius\Asset\Elements\Linkclass.Josantonius\Asset\Elements\Scriptclass.Josantonius\Asset\Facades\Assetclass.Josantonius\Asset\Tests\Elements\LinkTestclass.Josantonius\Asset\Tests\Elements\ScriptTestclass.Josantonius\Asset\Tests\Facades\AssetTestclass..github/CODE_OF_CONDUCT.mdfile..github/CONTRIBUTING.mdfile..github/FUNDING.ymlfile..github/workflows/ci.ymlfile..github/lang/es-ES/CODE_OF_CONDUCT.mdfile..github/lang/es-ES/CONTRIBUTING.mdfile..github/lang/es-ES/LICENSEfile..github/lang/es-ES/READMEfile. -
DELETED:
Josantonius\Asset\Tests\ScriptsTestclass.Josantonius\Asset\Tests\StylesTestclass.Josantonius\Asset\Tests\UnifyFilesTestclass.tests/assetsfolder..travis.ymlfile..editorconfigfile.CONDUCT.MDfile.README-ES.MDfile..php_cs.distfile.
Full Changelog: 1.1.7...v2.0.0