Releases: fxpio/composer-asset-plugin
Releases · fxpio/composer-asset-plugin
v1.2.1 Release
v1.2.0 Release
New features
- Add support of private bower registry (#210, #217, affd665)
- Add support of SVN Credentials (#217)
- Add support of
svn+http
andsvn+https
protocol for the SVN Driver (34b3032) - Add
no-api
config for github vcs driver (#226, fa1b3a5) - Add support of version with weird hyphen and double separated number at end (#231)
- Implement bitbucket OAuth support (#233)
Bug fixes
- Prevent fatal str_pos() error in dist parsing (#216, #218)
- Preserve parent dirs when excluding nested path from ignore (#219, #98, #104)
- Could not parse version constraint <=1.3.x: Invalid version string "1.3.x (#221)
- Bootstrap 3.3.6 can not be installed together with jQuery 2.1.4 (#170, 2bc14ef)
- Issue with resolving dependencies for packages in format jquery-X.YY.Z (#107)
- Caret versions don't resolve properly when using custom installer path (#172)
- Fix conversion of version with only major version (e17c082)
- Fix resolution dependencies with patch version (#211, 7f3338b)
- Fix signature of search method with Composer 1.2.0 (#230)
Improvements
- Fix CS
- Update doc
- Improve code style
Requirements:
Composer version: ^1.0.0
.
Installation: must be do in global mode.
v1.1.4 Release
Improvements
- Make it compatible with Composer 1.0.0
Requirements:
Composer version: ^1.0.0
.
Installation: must be do in global mode.
v1.1.3 Release
Bug fixes
- Fix method implementation in tests after update of Composer (90ea535)
- Fix tests of SVN VCS Driver after update of Composer (9ea76dd)
- Fix npm assets url scheme (#198)
- Fix incompatible method of whatProvides after update of Composer (#205, #207)
- Fix mock method after update phpunit (7cf57ab)
Improvements
- Make it compatible with PHP 7.0
- Fix CS
Requirements:
Composer version: 1.0.0@dev
after the 04/01/2016
.
Installation: must be do in global mode.
v1.1.2 Release
Bug fixes
- "Illegal offset type in isset or empty" after update of Composer (#191)
- Tests are broken after update of Composer (a26e7d7, c750450, ee82ef0)
Improvements
- Update doc
- Update phpdoc (3d5968c)
- Replace unnecessary fully qualified name (e75cf21)
- Replace deprecated code (6cbd416)
Requirements:
Composer version: 1.0.0@dev
after the 02/25/2016
.
Installation: must be do in global mode.
v1.1.1 Release
v1.1.0 Release
New features
- Override main files for assets (#143)
Improvements
- Update doc
- Update phpdoc
- Improve the code style
Requirements:
Composer version: 1.0.0@dev
after the 10/13/2015
.
Installation: must be do in global mode.
v1.0.3 Release
Bug fixes
- Unable to find remote helper for 'git+https' (#112)
- Could not parse version constraint <=2.1.x (#129)
- Deprecation Warning for VersionParser::parseLinks (#133)
Improvements
- Simplification in code
Requirements:
Composer version: 1.0.0@dev
after the 7/28/2015
.
Installation: must be do in global mode.
v1.0.2 Release
Bug fixes
- This plugin doesn't handle || operator (#119)
- Tweak the 'vV' replacing logic and mimic Bower and NPM behavior (#123)
- Unit tests are broken with new version of Composer, caused by:
- Replace deprecated class
Composer\Script\PackageEvent
byComposer\Installer\PackageEvent
(composer/composer@3efed22 by 27f0f69)
Requirements:
Composer version: 1.0.0@dev
after the 6/4/2015
.
Installation: must be do in global mode.