Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5f0872

Browse files
committed
Update changelog
1 parent 175d193 commit a5f0872

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
1-
* 1.0.0-alpha4
1+
* 1.0.0-alpha4 (2012-07-04)
22

3+
* Break: The default `minimum-stability` is now `stable`, [read more](https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion)
4+
* Break: Custom installers now receive the IO instance and a Composer instance in their constructor
35
* Schema: Added references for dev versions, requiring `dev-master#abcdef` for example will force the abcdef commit
46
* Schema: Added `support` key with some more metadata (email, issues, forum, wiki, irc, source)
7+
* Schema: Added `!=` operator for version constraints in `require`/`require-dev`
8+
* Added a recommendation for package names to be `lower-cased/with-dashes`, it will be enforced for new packages on Pacakgist
59
* Added `require` command to add a package to your requirements and install it
610
* Added a whitelist to `update`. Calling `composer update foo/bar foo/baz` allows you to update only those packages
11+
* Added support for overriding repositories in the system config (define repositories in ~/.composer/config.json)
12+
* Added `lib-*` packages to the platform repository, e.g. `lib-pcre` contains the pcre version
713
* Added caching of GitHub metadata (faster startup time with custom GitHub VCS repos)
14+
* Added caching of SVN metadata (faster startup time with custom SVN VCS repos)
815
* Added support for file:// URLs to GitDriver
16+
* Added --self flag to the `show` command to display the infos of the root package
917
* Added --dev flag to `create-project` command
1018
* Added --no-scripts to `install` and `update` commands to avoid triggering the scripts
1119
* Added `COMPOSER_ROOT_VERSION` env var to specify the version of the root package (fixes some edge cases)
1220
* Added support for multiple custom installers in one package
13-
* Added files autoloading method which requires files on every request, e.g. to load functions that are not autoloadable
21+
* Added files autoloading method which requires files on every request, e.g. to load functional code
22+
* Added automatic recovery for lock files that contain references to rewritten (force pushed) commits
23+
* Improved PEAR repositories support and package.xml extraction
1424
* Improved and fixed the output of various commands
15-
* Cleaned up / refactored the dependency solver code
25+
* Fixed the order of installation of requirements (they are always installed before the packages requiring them)
26+
* Cleaned up / refactored the dependency solver code as well as the output for unsolvable requirements
1627
* Various bug fixes and docs improvements
1728

1829
* 1.0.0-alpha3 (2012-05-13)

0 commit comments

Comments
 (0)