You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.2 KiB
Markdown

12 years ago
* 1.0.0-alpha3
12 years ago
* Added caching of repository metadata (faster startup times & failover if packagist is down)
12 years ago
* Added include_path support for legacy projects that are full of require_once statements
12 years ago
* Improved repository protocol to have large cacheable parts
12 years ago
* 1.0.0-alpha2 (2012-04-03)
13 years ago
12 years ago
* Added `create-project` command to install a project from scratch with composer
12 years ago
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects
12 years ago
* Added human readable error reporting when deps can not be solved
12 years ago
* Added support for private GitHub and SVN repositories (use --no-interaction for CI)
13 years ago
* Added "file" downloader type to download plain files
12 years ago
* Added support for authentication with svn repositories
12 years ago
* Added autoload support for PEAR repositories
12 years ago
* Improved clones from GitHub which now automatically select between git/https/http protocols
* Improved `validate` command to give more feedback
12 years ago
* Improved the `search` & `show` commands output
12 years ago
* Removed dependency on filter_var
12 years ago
* Various robustness & error handling improvements, docs fixes and more bug fixes
13 years ago
* 1.0.0-alpha1 (2012-03-01)
* Initial release