2012-04-19 19:56:05 +00:00
|
|
|
* 1.0.0-alpha3
|
|
|
|
|
|
|
|
* Schema: Added 'require-dev' for development-time requirements (tests, etc), install with --dev
|
|
|
|
* Schema: Removed 'recommend'
|
|
|
|
* Schema: 'suggest' is now informational and can use any description for a package, not only a constraint
|
2012-04-22 20:11:03 +00:00
|
|
|
* Break: vendor/.composer/autoload.php has been moved to vendor/autoload.php, other files are now in vendor/composer/
|
2012-04-19 19:56:05 +00:00
|
|
|
* Added caching of repository metadata (faster startup times & failover if packagist is down)
|
|
|
|
* Added include_path support for legacy projects that are full of require_once statements
|
|
|
|
* Added installation notifications API to allow better statistics on Composer repositories
|
2012-04-19 19:27:33 +00:00
|
|
|
* Added autoloading support for root packages that use target-dir
|
2012-04-19 19:56:05 +00:00
|
|
|
* Improved repository protocol to have large cacheable parts
|
|
|
|
|
|
|
|
* 1.0.0-alpha2 (2012-04-03)
|
|
|
|
|
|
|
|
* Added `create-project` command to install a project from scratch with composer
|
|
|
|
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects
|
|
|
|
* Added human readable error reporting when deps can not be solved
|
|
|
|
* Added support for private GitHub and SVN repositories (use --no-interaction for CI)
|
|
|
|
* Added "file" downloader type to download plain files
|
|
|
|
* Added support for authentication with svn repositories
|
|
|
|
* Added autoload support for PEAR repositories
|
|
|
|
* Improved clones from GitHub which now automatically select between git/https/http protocols
|
|
|
|
* Improved `validate` command to give more feedback
|
|
|
|
* Improved the `search` & `show` commands output
|
|
|
|
* Removed dependency on filter_var
|
|
|
|
* Various robustness & error handling improvements, docs fixes and more bug fixes
|
|
|
|
|
|
|
|
* 1.0.0-alpha1 (2012-03-01)
|
|
|
|
|
|
|
|
* Initial release
|