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.

15 lines
596 B
Markdown

13 years ago
* 1.0.0-alpha2
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
* Git clones from GitHub automatically select between git/https/http protocols
* Enhanced `validate` command to give more feedback
13 years ago
* Added "file" downloader type to download plain files
12 years ago
* Added support for authentication with svn repositories
* Dependency on filter_var is now optional
12 years ago
* Various robustness & error handling improvements
13 years ago
* 1.0.0-alpha1 (2012-03-01)
* Initial release