Skip to content

Releases: php-fedora/autoloader

1.0.1 (2020-02-12)

13 Feb 02:47
Compare
Choose a tag to compare
  • Change Autoload::loadClass() to return if found (#19)
  • Fix Travis, remove php:nightly and hhvm (#20)
  • Allow PHPUnit 7 and 8 (#21)

Release 1.0.0

04 May 16:39
Compare
Choose a tag to compare

First stable release. No changes since 1.0.0-rc1. May the 4th be with you!

Release 1.0.0-RC1

13 Mar 19:39
Compare
Choose a tag to compare
Release 1.0.0-RC1 Pre-release
Pre-release
  • Avoid loading unneeded dependency autoloader if one of the alternative versions is already loaded (#12, #13)
  • Fix for recent phpunit versions (#17)
  • Allow non-full-path in dependencies list and rely on include_path (#14)

Release 0.2.1

28 Oct 17:02
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release
  • Remove self-autoload constant (#11)

Release 0.2.0

26 Oct 14:07
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Required dependencies raise an exception if not found or readable (#7)
  • phpab template updates (#8)
  • Refactor Dependencies::process() with exceptions (#9)
  • Refactor autoload.php with a constant conditional (#10)

Release 0.1.2

21 Oct 13:25
Compare
Choose a tag to compare
Release 0.1.2 Pre-release
Pre-release
  • Fixed #5: Handle namespaced classes with PSR-0 (#6)

Release 0.1.1

20 Oct 00:05
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release
  • Fix phpab template

Initial release

19 Oct 14:01
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.1.0

Initial release