Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Latest commit

 

History

History
91 lines (61 loc) · 3 KB

CHANGELOG.md

File metadata and controls

91 lines (61 loc) · 3 KB

Composer NPM bridge changelog

5.0.1 (2022-06-12)

  • [FIXED] Fixed NPM warnings about using --omit=dev (#25 - thanks @NiklasBr).

5.0.0 (2020-11-23)

  • [BC BREAK] Dropped support for PHP <7.2.
  • [BC BREAK] Dropped support for Composer <2.
  • [IMPROVED] Added support for Composer 2 (#22, #24 - thanks @bryonbean).

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 in composer.json (#13, #19 - thanks @driskell).
  • [IMPROVED] Packages can now choose whether to allow the npm executable to be absent at install time by setting the extra.npm-bridge.optional option in composer.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.