composer-asset-compiler

Composer plugin that installs dependencies and compiles assets based on configuration.

MIT License

Downloads
160.2K
Stars
25
Committers
11

Bot releases are hidden (Show)

composer-asset-compiler - v2.5.3 Latest Release

Published by gmazzap 8 months ago

Fixed

  • Regression introduced in a recent merge from v2 branch to master see #24
composer-asset-compiler - v3.0.1

Published by gmazzap over 1 year ago

Fixed

Composer v2.5.6 introduced a breaking change (see https://github.com/composer/composer/releases/tag/2.5.6) that affected us. This fix restores compatibility with Composer 2.5.6 and Composer 2.5.7

composer-asset-compiler - v3.0.0

Published by gmazzap over 1 year ago

First stable release of v3 series.

  • Improved compatibility with most recent PHP and Composer versions
  • Introduce pre-compilation "by stability"
  • Configurable hash for lock file
  • "Execution mode" to replaces "env" command flag, to avoid confusion with settings environment
  • Rename "Commands" to "Package Manager" for clarity
  • Improved configuration via environment variables
  • Better console output
  • Refactored QA workflows
  • Completely rewritten docs
composer-asset-compiler - v2.5.2

Published by cristianobaptista over 2 years ago

Fixed

  • Ensure GithubReleaseZipAdapter::findAssetId() returns string or null
composer-asset-compiler - v2.5.1

Published by gmazzap over 2 years ago

Fixed

  • Compiler attemps to downloading expired artifacts.
composer-asset-compiler - v2.5.0

Published by gmazzap almost 3 years ago

Fixed

  • Branch alias configuration

Added

Nothing

Changed

  • Archive downloader utility now support archives containing files to be "merged" with an existing folder structure. Among other things, this allows to support pre-compiled assets archives that contain assets spread in multiple target folders and sub-folders

Deprecated

Nothing

Removed

Nothing

composer-asset-compiler - v2.4.2

Published by gmazzap about 3 years ago

Added branch aliases.

composer-asset-compiler - v1.0.1

Published by gmazzap about 3 years ago

Added branch alias.

composer-asset-compiler - v2.4.1

Published by gmazzap about 3 years ago

Maintenance release, QA fixes.

composer-asset-compiler - v2.4.0

Published by gmazzap about 3 years ago

Changed

  • Use verbose Composer's FileDownloader when IO is very verbose
  • Improve "fake" Composer asset package's name/version
  • Add support for "ref" placeholder in pre-compilation
composer-asset-compiler - 2.3.0

Published by gmazzap about 3 years ago

Changed

  • Added support assets hash seed in compile-assets command
composer-asset-compiler - v2.2.1

Published by gmazzap over 3 years ago

Added

Nothing

Changed

Nothing

Fixed

  • Unnecessary slow operation unpacking archive when target folder does not exist.
composer-asset-compiler - v2.2.0

Published by gmazzap over 3 years ago

Added

  • Support for env in dependencies and script

Changed

Nothing

Fixed

  • Environment not being propagated to pre-compilatin handlers
composer-asset-compiler - v2.1.1

Published by gmazzap over 3 years ago

Added

Nothing

Changed

Nothing

Fixed

  • No precompiled assets has to be used during pre-compilation.
composer-asset-compiler - v1.0.0

Published by gmazzap over 3 years ago

First public release.

composer-asset-compiler - v2.0.0

Published by gmazzap over 3 years ago

Added

  • Pre-compilation support
  • Compatibility with Composer v2
  • Support for configuration in a separate file
  • QA workflow via GH action

Changed

  • General code refactoring
  • Make packages' hash more predictable

Fixed

  • Various fixes during refactoring
composer-asset-compiler - v2.0.1

Published by gmazzap over 3 years ago

Added

Nothing

Changed

Nothing

Fixed

  • Pre-compilation adapters returning true on fail
composer-asset-compiler - v2.1.0

Published by gmazzap over 3 years ago

Added

  • Flag --ignore-lock for compile assets command

Changed

Nothing

Fixed

Nothing