Chris@0: CHANGELOG Chris@0: ========= Chris@0: Chris@14: 3.3.0 Chris@14: ----- Chris@14: Chris@14: * deprecated the component: use Composer instead Chris@14: Chris@0: 3.0.0 Chris@0: ----- Chris@0: Chris@0: * The DebugClassLoader class has been removed Chris@0: * The DebugUniversalClassLoader class has been removed Chris@0: * The UniversalClassLoader class has been removed Chris@0: * The ApcUniversalClassLoader class has been removed Chris@0: Chris@0: 2.4.0 Chris@0: ----- Chris@0: Chris@0: * deprecated the UniversalClassLoader in favor of the ClassLoader class instead Chris@0: * deprecated the ApcUniversalClassLoader in favor of the ApcClassLoader class instead Chris@0: * deprecated the DebugUniversalClassLoader in favor of the DebugClassLoader class from the Debug component Chris@0: * deprecated the DebugClassLoader as it has been moved to the Debug component instead Chris@0: Chris@0: 2.3.0 Chris@0: ----- Chris@0: Chris@0: * added a WinCacheClassLoader for WinCache Chris@0: Chris@0: 2.1.0 Chris@0: ----- Chris@0: Chris@0: * added a DebugClassLoader able to wrap any autoloader providing a findFile Chris@0: method Chris@0: * added a new ApcClassLoader and XcacheClassLoader using composition to wrap Chris@0: other loaders Chris@0: * added a new ClassLoader which does not distinguish between namespaced and Chris@0: pear-like classes (as the PEAR convention is a subset of PSR-0) and Chris@0: supports using Composer's namespace maps Chris@0: * added a class map generator Chris@0: * added support for loading globally-installed PEAR packages