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

Releases: eloquent/composer-npm-bridge

5.0.0

23 Nov 01:00
Compare
Choose a tag to compare
  • [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

06 Dec 01:58
Compare
Choose a tag to compare
  • [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

19 Sep 10:10
Compare
Choose a tag to compare
  • [FIXED] Fixed "class not found" errors when the plugin is removed by Composer (#5, #17 - thanks @garex).

4.0.0

12 Jul 04:20
Compare
Choose a tag to compare
  • [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

22 Feb 02:31
Compare
Choose a tag to compare
  • [FIXED] Fixed bug where Isolator was unable to be autoloaded (#11).

3.0.0

12 Feb 05:46
Compare
Choose a tag to compare
  • [BC BREAK] Stripped down implementation, many public methods removed.
  • [FIXED] Updated Composer API version constraint (#10).

2.1.1

08 Sep 04:01
Compare
Choose a tag to compare
  • [IMPROVED] Support for custom installation paths as determined by Composer
    plugins

2.1.0

12 Feb 04:36
Compare
Choose a tag to compare
  • [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

29 Jan 08:50
Compare
Choose a tag to compare
  • [BC BREAK] Completely re-written as a Composer plugin
  • [IMPROVED] Functions without custom Composer script configuration

1.0.1

29 Jan 08:50
Compare
Choose a tag to compare
  • [NEW] Archer integration
  • [NEW] Implemented changelog