- Drop PHP 5.3 support. At least PHP 5.5.0 is required
- Rename
Requisite\AutoLoaderInterface
toRequisite\AutoLoader
- Rename
Requisite\Loader\FileLoaderInterface
toRequisite\Loader\FileLoader
- Rename
Requisite\Rule\AutoLoadRuleInterface
toRequisite\Rule\AutoLoadRule
- Introduce
Requisite\Rule\ClassMap
- Rename
Requisite\SPLAutoLoader
toRequisite\SplAutoLoader
- Introducing
Rule\Psr4
- Improving tests
- Supports PHP 5.3
- First (pre-)release
- Providing all Interfaces for Loader and Rules
- Psr4 implementation as
NamespaceDirectoryMapper