Skip to content

v2.0.0

Choose a tag to compare

@josantonius josantonius released this 30 Jun 19:40
· 19 commits to main since this release

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\Asset class.

    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.md and CHANGELOG.md.

  • Removed Codacy.

  • Removed PHP Coding Standards Fixer.

  • The master branch was renamed to main.

  • The develop branch was added to use a workflow based on Git Flow.

  • Travis is discontinued for continuous integration. GitHub Actions will be used from now on.

  • ADDED:

    Josantonius\Asset\Elements\BodyScript class.

    Josantonius\Asset\Elements\HeadScript class.

    Josantonius\Asset\Elements\Link class.

    Josantonius\Asset\Elements\Script class.

    Josantonius\Asset\Facades\Asset class.

    Josantonius\Asset\Tests\Elements\LinkTest class.

    Josantonius\Asset\Tests\Elements\ScriptTest class.

    Josantonius\Asset\Tests\Facades\AssetTest class.

    .github/CODE_OF_CONDUCT.md file.

    .github/CONTRIBUTING.md file.

    .github/FUNDING.yml file.

    .github/workflows/ci.yml file.

    .github/lang/es-ES/CODE_OF_CONDUCT.md file.

    .github/lang/es-ES/CONTRIBUTING.md file.

    .github/lang/es-ES/LICENSE file.

    .github/lang/es-ES/README file.

  • DELETED:

    Josantonius\Asset\Tests\ScriptsTest class.

    Josantonius\Asset\Tests\StylesTest class.

    Josantonius\Asset\Tests\UnifyFilesTest class.

    tests/assets folder.

    .travis.yml file.

    .editorconfig file.

    CONDUCT.MD file.

    README-ES.MD file.

    .php_cs.dist file.

Full Changelog: 1.1.7...v2.0.0