Releases: fxpio/foxy
Releases · fxpio/foxy
v1.0.4 Release
v1.0.3 Release
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
Bug fixes
- Fix slashes of asset manager binary on Windows (#13)
Requirements:
Composer version: ^1.5.0
v1.0.1 Release
v1.0.0 Release
Stable release of Foxy.
Requirements:
Composer version: ^1.5.0
v1.0.0 Beta 2
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
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