1
0
Fork 0
composer/CHANGELOG.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2012-04-03 17:21:06 +00:00
* 1.0.0-alpha3
2012-04-14 09:59:53 +00:00
* 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
* Break: .composer/autoload.php and other files in vendor/.composer have been moved to vendor/
2012-04-06 20:47:02 +00:00
* Added caching of repository metadata (faster startup times & failover if packagist is down)
2012-04-08 15:45:26 +00:00
* Added include_path support for legacy projects that are full of require_once statements
2012-04-13 01:03:32 +00:00
* Added installation notifications API to allow better statistics on Composer repositories
2012-04-06 20:47:02 +00:00
* Improved repository protocol to have large cacheable parts
2012-04-03 17:21:06 +00:00
* 1.0.0-alpha2 (2012-04-03)
2012-03-05 13:11:42 +00:00
2012-03-08 17:16:22 +00:00
* Added `create-project` command to install a project from scratch with composer
2012-03-10 01:01:26 +00:00
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects
2012-03-18 21:49:15 +00:00
* Added human readable error reporting when deps can not be solved
2012-03-24 23:46:29 +00:00
* Added support for private GitHub and SVN repositories (use --no-interaction for CI)
2012-03-05 13:11:42 +00:00
* Added "file" downloader type to download plain files
2012-03-08 17:16:22 +00:00
* Added support for authentication with svn repositories
2012-04-01 18:39:15 +00:00
* Added autoload support for PEAR repositories
2012-03-18 21:49:15 +00:00
* Improved clones from GitHub which now automatically select between git/https/http protocols
* Improved `validate` command to give more feedback
2012-03-15 17:37:09 +00:00
* Improved the `search` & `show` commands output
2012-03-18 21:49:15 +00:00
* Removed dependency on filter_var
2012-04-03 17:09:58 +00:00
* Various robustness & error handling improvements, docs fixes and more bug fixes
2012-03-05 13:11:42 +00:00
2012-03-01 18:48:25 +00:00
* 1.0.0-alpha1 (2012-03-01)
* Initial release