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