Update CHANGELOG
parent
d5891fe8d0
commit
59449feb3b
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
* Added `create-project` command to install a project from scratch with composer
|
* Added `create-project` command to install a project from scratch with composer
|
||||||
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects
|
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects
|
||||||
* Git clones from GitHub automatically select between git/https/http protocols
|
* Improved clones from GitHub which now automatically select between git/https/http protocols
|
||||||
* Enhanced `validate` command to give more feedback
|
* Added support for private GitHub repositories (use --no-interaction for CI)
|
||||||
|
* Improved `validate` command to give more feedback
|
||||||
* Added "file" downloader type to download plain files
|
* Added "file" downloader type to download plain files
|
||||||
* Added support for authentication with svn repositories
|
* Added support for authentication with svn repositories
|
||||||
* Dependency on filter_var is now optional
|
* Removed dependency on filter_var
|
||||||
* Many improvements to the `search` & `show` commands
|
* Improved the `search` & `show` commands output
|
||||||
* Various robustness & error handling improvements
|
* Various robustness & error handling improvements, docs fixes and more
|
||||||
|
|
||||||
* 1.0.0-alpha1 (2012-03-01)
|
* 1.0.0-alpha1 (2012-03-01)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue