Skip to content

Releases: fxpio/foxy

v1.0.4 Release

07 Sep 08:53
Compare
Choose a tag to compare

Bug fixes

  • Fix the conversion of version with wildcard in pretty version (#18, d98f7cd, 5b7cb97)

Requirements:

Composer version: ^1.5.0

v1.0.3 Release

26 Mar 08:31
Compare
Choose a tag to compare

Bug fixes

  • It's not compatible with PHP 5.3 as set in composer.json (#14)

Requirements:

Composer version: ^1.5.0

v1.0.2 Release

13 Mar 16:59
Compare
Choose a tag to compare

Bug fixes

  • Fix slashes of asset manager binary on Windows (#13)

Requirements:

Composer version: ^1.5.0

v1.0.1 Release

01 Mar 09:48
Compare
Choose a tag to compare

Bug fixes

  • The binary of asset manager is validated when Foxy is disabled (#10, #11)

Requirements:

Composer version: ^1.5.0

v1.0.0 Release

28 Dec 12:59
Compare
Choose a tag to compare

Stable release of Foxy.

Requirements:

Composer version: ^1.5.0

v1.0.0 Beta 2

06 Oct 09:11
Compare
Choose a tag to compare
v1.0.0 Beta 2 Pre-release
Pre-release

Beta 2 of Foxy.

New features

Improvements

  • Add the Composer's version validation (3184fb5)
  • Allow to define a map of asset manager for config options (#7, 71b8792)
  • Add new tests (df79f14)
  • Update the doc (a7c4c6b, #9)

Bug fixes

  • Invalid conversion of the locker file's aliases section (3b6b1ca)

Requirements:

Composer version: ^1.5.0

v1.0.0 Beta 1

13 Sep 13:46
Compare
Choose a tag to compare
v1.0.0 Beta 1 Pre-release
Pre-release

Beta 1 of Foxy.

Features

  • Works with Nodejs and NPM or Yarn
  • Works with the asset dependencies defined in the package.json file for projects and PHP libraries
  • Works with the installation in the dependencies of the project or libraries (not in global mode)
  • Works with public or private repositories
  • Works with all features of Composer, NPM and Yarn
  • Retains the native performances of Composer, NPM and Yarn
  • Restores previous versions of PHP dependencies and the lock file if NPM or Yarn terminates with an error
  • Validates the NPM or Yarn version with a version range
  • Configuration of the plugin per project, globally or with the environment variables:
    • Enable/disable the plugin
    • Choose the asset manager: NPM or Yarn (npm by default)
    • Lock the version of the asset manager with the Composer version range
    • Define the custom path of binary of the asset manager
    • Enable/disable the fallback for the asset package file of the project
    • Enable/disable the fallback for the Composer lock file and its dependencies
    • Enable/disable the running of asset manager to keep only the manipulation of the asset package file
    • Override the install command options for the asset manager
    • Override the update command options for the asset manager
    • Define the custom path of the mock package of PHP library
    • Enable/disable manually the asset packages for the PHP libraries
  • Works with the Composer commands:
    • install
    • update
    • require
    • remove

Requirements:

Composer version: ^1.5.0