2.9 KiB
2.9 KiB
Composer NPM bridge changelog
0.4.2
- Fix typo after merging GitHub suggestion from code review
0.4.1
- Fix detecting NPM configuration in extension composer file
0.4.0
- Added support of Composer 2.0 Plugin API
0.3.0
- Downgrade to php5.6
0.1.1
- Run
npm install
oncomposer update
0.1.1
- Change the package name from
eloquent
tooat-sa
0.1.0
- Added npm argument config parameter.
The package was forked at that point
4.1.0 (2018-12-06)
- [IMPROVED] The NPM bridge can now be completely disabled by setting the
COMPOSER_NPM_BRIDGE_DISABLE
environment variable to a non-empty value (#18, #19 - thanks @driskell). - [IMPROVED] Custom timeouts can now be set on a per-package basis by
setting the
extra.npm-bridge.timeout
option incomposer.json
(#13, #19 - thanks @driskell). - [IMPROVED] Packages can now choose whether to allow the
npm
executable to be absent at install time by setting theextra.npm-bridge.optional
option incomposer.json
(#19 - thanks @driskell).
4.0.1 (2017-09-19)
- [FIXED] Fixed "class not found" errors when the plugin is removed by Composer (#5, #17 - thanks @garex).
4.0.0 (2017-07-12)
- [BC BREAK] With the introduction of NPM's
package-lock.json
, Composer NPM bridge no longer manages shrinkwrap files. - [BC BREAK] Dropped support for PHP 5.
3.0.1 (2016-02-22)
- [FIXED] Fixed bug where Isolator was unable to be autoloaded (#11).
3.0.0 (2016-02-12)
- [BC BREAK] Stripped down implementation, many public methods removed.
- [FIXED] Updated Composer API version constraint (#10).
2.1.1 (2014-09-08)
- [IMPROVED] Support for custom installation paths as determined by Composer plugins.
2.1.0 (2014-02-12)
- [IMPROVED] Composer dev/production modes are now honored when installing NPM dependencies.
- [IMPROVED] Can now be utilized as a dev-only dependency of the root package.
2.0.0 (2014-01-29)
- [BC BREAK] Completely re-written as a Composer plugin.
- [IMPROVED] Functions without custom Composer script configuration.
1.0.1 (2013-03-04)
- [NEW] Archer integration.
- [NEW] Implemented changelog.