Skip to content

Releases: theseer/Autoload

1.19.2

14 Jul 12:08
Compare
Choose a tag to compare
  • Remove debugging artefact

1.19.1

10 Jul 20:07
Compare
Choose a tag to compare
  • Fix regression since 1.15.0: paranoid and trusting mode handling was switched

1.19.0

01 Jul 20:40
Compare
Choose a tag to compare
  • Fix filenames via CLI to actually work [Remi]
  • Changed default basedir to be based on the output file rather than the directory to be scanned [Remi]

1.18.0

30 Jun 20:08
Compare
Choose a tag to compare
  • Allow filenames as source instead of only allowing directories (this also fixes composer classmap issues)

1.17.0

14 May 17:45
Compare
Choose a tag to compare
  • Added support for parameter 'prepend' of spl_autoload_register to allow for prepending without changing templates
  • Added support for parameter 'exception' of spl_autoload_register to optionally disable exceptions on errors