All Versions
9
Latest Version
Avg Release Cycle
116 days
Latest Release
2618 days ago

Changelog History

  • v1.4.1 Changes

    July 12, 2017
    • โž• Add "ignore-duplicates" option for dependency resolution. (#142)
  • v1.4.0 Changes

    March 13, 2017
    • โž• Add source reference information for merged packages (#101)
    • ๐Ÿ”€ Hook PluginEvents::INIT if Composer version supports it (PR #117)
    • ๐Ÿ›  Fix improper handling of dev mode dependencies (#113)
    • ๐Ÿ”€ Always prepend added repositories (#95)
    • ๐Ÿ”€ Register callbacks with high priority (#131)
    • โž• Add new merge-scrips configuration flag (#135, #126, #68)
  • v1.3.1 Changes

    March 10, 2016

    Bugs fixed:

    • ๐Ÿ“ฆ PR #102: Resolve self.version contraints using data from root package
  • v1.3.0 Changes

    November 06, 2015

    Bugs fixed:

    • ๐Ÿ”’ Issue #50: Honor composer.lock on initial plugin install
    • ๐Ÿ”€ Issue #62: Require section not merged when using branch alias
    • ๐Ÿ”€ Issue #64: Compute proper autoload paths for included files in the root project directory
    • ๐Ÿ”€ Issue #71: Fix stability flag extraction
    • ๐Ÿ“ฆ Issue #88: self.version constraints expand to the root package version

    ๐Ÿ†• New features:

    • ๐Ÿ”€ Issue #37: Add support for required files
    • ๐Ÿ“ฆ Issue #45: support for 'last defined package wins' conflict resolution (@far-blue)
    • ๐Ÿ”€ PR #47: autoload-dev support (@thewilkybarkid)
    • ๐Ÿ”€ Issue #49: Optional support for merging extras (@far-blue)
    • ๐Ÿ“ฆ Issue #35, #51: Merge contents from the conflict, replace, and provides sections of included packages.
    • ๐Ÿ”€ Issue #66: Only log duplicate files in VeryVerbose mode (-vv)
    • โšก๏ธ Issue #83: Update to take advantage of RootAliasPackage changes
    • ๐Ÿ”€ Issue #85: Option to not merge require-dev sections
  • v1.2.1 Changes

    July 06, 2015
    • ๐Ÿ›  Fix optimized autoloader creation on initial install (#41)
  • v1.2.0 Changes

    June 26, 2015
    • ๐Ÿ”Œ Mark as compatible with composer-plugin-api >=1.0, <2.0
    • โšก๏ธ Hook post-install/post-update so the plugin can take effect on initial install (#34)
    • ๐Ÿ›  Fix crash when root package includes a branch-alias (#26)
  • v1.1.0 Changes

    May 28, 2015
    • ๐Ÿ“ฆ Merge in the autoload sections of merged packages
    • Send debug message to STDERR
    • ๐Ÿ”„ Change from using Composer\Script\CommandEvent to Composer\Script\Event
    • ๐Ÿ’… Various code style and cleanliness fixes
  • v1.0.0 Changes

    February 21, 2015

    ๐ŸŽ‰ Initial feature set complete

    • ๐Ÿ‘Œ Support for recursive includes (#15)
    • โž• Add a .gitattributes file
  • v0.5.0 Changes

    December 30, 2014

    ๐ŸŽ‰ Initial stable release