Mercurial > hg > isophonics-drupal-site
annotate vendor/symfony/class-loader/CHANGELOG.md @ 8:50b0d041100e
Further files for download
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 10:56:40 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
rev | line source |
---|---|
Chris@0 | 1 CHANGELOG |
Chris@0 | 2 ========= |
Chris@0 | 3 |
Chris@0 | 4 3.0.0 |
Chris@0 | 5 ----- |
Chris@0 | 6 |
Chris@0 | 7 * The DebugClassLoader class has been removed |
Chris@0 | 8 * The DebugUniversalClassLoader class has been removed |
Chris@0 | 9 * The UniversalClassLoader class has been removed |
Chris@0 | 10 * The ApcUniversalClassLoader class has been removed |
Chris@0 | 11 |
Chris@0 | 12 2.4.0 |
Chris@0 | 13 ----- |
Chris@0 | 14 |
Chris@0 | 15 * deprecated the UniversalClassLoader in favor of the ClassLoader class instead |
Chris@0 | 16 * deprecated the ApcUniversalClassLoader in favor of the ApcClassLoader class instead |
Chris@0 | 17 * deprecated the DebugUniversalClassLoader in favor of the DebugClassLoader class from the Debug component |
Chris@0 | 18 * deprecated the DebugClassLoader as it has been moved to the Debug component instead |
Chris@0 | 19 |
Chris@0 | 20 2.3.0 |
Chris@0 | 21 ----- |
Chris@0 | 22 |
Chris@0 | 23 * added a WinCacheClassLoader for WinCache |
Chris@0 | 24 |
Chris@0 | 25 2.1.0 |
Chris@0 | 26 ----- |
Chris@0 | 27 |
Chris@0 | 28 * added a DebugClassLoader able to wrap any autoloader providing a findFile |
Chris@0 | 29 method |
Chris@0 | 30 * added a new ApcClassLoader and XcacheClassLoader using composition to wrap |
Chris@0 | 31 other loaders |
Chris@0 | 32 * added a new ClassLoader which does not distinguish between namespaced and |
Chris@0 | 33 pear-like classes (as the PEAR convention is a subset of PSR-0) and |
Chris@0 | 34 supports using Composer's namespace maps |
Chris@0 | 35 * added a class map generator |
Chris@0 | 36 * added support for loading globally-installed PEAR packages |