Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 747 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 747 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0]

Fixed

  • PSR-4 autoloading strategy

Changed

  • Basic dependencies
  • Coding style, class properties & methods signatures
  • PSR-4, PSR-0, PEAR autoloading strategies to handle many registered directory paths

[1.0] - 2015.05.10

Added

  • Fixed autoloading strategy (#3)
  • Recursive autoloading strategy (#4)
  • REAR autoloading strategy (#5)
  • PSR-0 autoloading strategy (#6)
  • PSR-4 autoloading strategy (#7)
  • Autoloading strategy interface
  • Autoloader context (#2)