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.

16 lines
653 B
Markdown

13 years ago
* 1.0.0-alpha2
13 years ago
* Added `create-project` command to install a project from scratch with composer
13 years ago
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects
13 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
13 years ago
* Added support for authentication with svn repositories
* Dependency on filter_var is now optional
12 years ago
* Many improvements to the `search` & `show` commands
13 years ago
* Various robustness & error handling improvements
13 years ago
* 1.0.0-alpha1 (2012-03-01)
* Initial release