Skip to content

Releases: fxpio/composer-asset-plugin

v1.4.6 Release

08 Aug 18:52
Compare
Choose a tag to compare

Bug fixes

  • Fix PHP 5.5 with Travis (1aa6503)

Improvements

  • Add the compatibility with Composer 1.9 (a5679e4)
  • Added url repository type support (3398131)
  • Remove the mock builder arguments with interfaces (f2eed0c)
  • Specialize the catch of exceptions (ee835cf)
  • Update php code style (71681c2)
  • Update the doc (270b7d1)
  • Add tests (886ece0)

Requirements:

Composer version: ^1.6.0.
Installation: must be do in global mode.

v1.4.5 Release

01 May 12:05
Compare
Choose a tag to compare

Improvements

Requirements:

Composer version: ^1.6.0.
Installation: must be do in global mode.

v1.4.4 Release

02 Jul 11:54
Compare
Choose a tag to compare

Improvements

  • Added licenses conversion for NPM packages (#325)

Requirements:

Composer version: ^1.6.0.
Installation: must be do in global mode.

v1.4.3 Release

22 May 14:51
Compare
Choose a tag to compare

Bug fixes

  • Fix the exception "Unknown downloader type: npm-signature" (#321, #324)

Improvements

Requirements:

Composer version: ^1.6.0.
Installation: must be do in global mode.

v1.4.2 Release

20 Oct 06:55
Compare
Choose a tag to compare

Improvements

  • Update bower registry URL (#310)

Requirements:

Composer version: ^1.5.0.
Installation: must be do in global mode.

v1.4.1 Release

27 Sep 17:12
Compare
Choose a tag to compare

Improvements

  • Updated NpmRepository to skip broken versions (#308)

Requirements:

Composer version: ^1.5.0.
Installation: must be do in global mode.

v1.4.0 Release

07 Sep 09:15
Compare
Choose a tag to compare

New features

  • Add config option config.fxp-asset.git-skip-update to skip updating meta-data in GIT repositories for given amount of time, ie 1 week (#251, #278, #289)

Improvements

  • Added support to release date (#297)
  • Added support to short SHA of GIT (#246, #302)
  • Cleaned the code

Requirements:

Composer version: ^1.5.0.
Installation: must be do in global mode.

v1.3.1 Release

09 Apr 11:52
Compare
Choose a tag to compare

Bug fixes

  • Fix the npm registry url with the npm scoped package (be7ea37, #283)
  • Fix the invalid operator ~> (0bfdd30, #284)

Improvements

  • Format the FAQs (#282)
  • Update doc (#287)

Requirements:

Composer version: ^1.4.0.
Installation: must be do in global mode.

v1.3.0 Release

17 Mar 11:21
Compare
Choose a tag to compare

New features

  • Add support of the global configuration (7ab02bc, #273)
  • Add support of environment variables (8929f2b, #274)
  • Add config option config.fxp-asset.enabled to enable/disable the plugin (fda53b9, #249)
  • Add support of dependencies resolution to solve the conflicts (d65dabd, #276)

Bug fixes

  • Fix conversion of version with wildcard in range (4c176fb, #236, #244, #253)
  • Remove the suffix info of version (1600e62, #260)
  • Fix the cleaning of the version prefix (95abd7a)
  • Fix event circular reference (19cfc19)
  • Fix conversion of hyphen range with single number of version (623fe6b, #270)
  • Fix conversion of && range version (dacfc81, #247)
  • Registering the NPM packages defined in registry even if the repository url is erroneous (544b7a9, #275)
  • Add the VCS repository from a URL dependency in the Pool (2b652ae)

Improvements

  • Make it compatible with Composer 1.3 (ee87499)
  • Make it compatible with Composer 1.4 (4aab26a)
  • Make it compatible with the snapshot version x.y.z-SNAPSHOT (69fd13c, #261)
  • Make it compatible with the NPM Scope (042cb00, #266)
  • Make it compatible with date version (80760a9, 41520c8, #185)
  • Make it compatible with the direct url of archive file in package dependencies (e7f0360)
  • Move the plugin config in the config section of package, see the section of deprecated options (9b630ce, d3b1295)
  • Update the console output style in verbose mode (68dcc82)
  • Update the doc (6eb2039, 19644a2, 42bad73)

Deprecated options

All the options of the plugin are moved in the config section of the root package. Because the config section does not change the hash of the locked file composer.lock, which is not the case for the extra section.

Note:

  • All the options in the extra section are functional, and a warning will appear in the console if they are used
  • All the options in the config.fxp-asset section will override the options still defined in the extra section
  • extra.asset-installer-paths becomes config.fxp-asset.installer-paths
  • extra.asset-ignore-files becomes config.fxp-asset.ignore-files
  • extra.asset-private-bower-registries becomes config.fxp-asset.private-bower-registries
  • extra.asset-pattern-skip-version becomes config.fxp-asset.pattern-skip-version
  • extra.asset-optimize-with-installed-packages becomes config.fxp-asset.optimize-with-installed-packages
  • extra.asset-optimize-with-conjunctive becomes config.fxp-asset.optimize-with-conjunctive
  • extra.asset-repositories becomes config.fxp-asset.repositories
  • extra.asset-registry-options becomes config.fxp-asset.registry-options
  • extra.asset-vcs-driver-options becomes config.fxp-asset.vcs-driver-options
  • extra.asset-main-files becomes config.fxp-asset.main-files

Requirements:

Composer version: ^1.4.0.
Installation: must be do in global mode.

v1.2.2 Release

12 Oct 08:18
Compare
Choose a tag to compare

Bug fixes

  • Undefined index 'name' in Asset VCS Repository (fb19e04)

Improvements

Requirements:

Composer version: ^1.0.0.
Installation: must be do in global mode.