Skip to content

Releases: glady/Behind

Error-handling of duplicate class definition within different files

11 May 05:47
Compare
Choose a tag to compare

Added possibility to force an exception, when class found a second time.

Minor optimizations and fixes

07 Nov 18:00
Compare
Choose a tag to compare
  • fixed class maps without base path (#6)
  • fixed class packages written by ClassAndPackageLoader did not handle traits (#8)
  • more effective class loading by smarter possibilities to add rules and "break" trying other rules (#9)
  • added possibility to prepend a class-loader instance (#10)

CompatibilityMode

03 May 17:46
Compare
Choose a tag to compare

Added compatibility mode for fixing conflicts with other classloaders/includes

Bugfix loading base helper class glady\Behind

02 May 11:23
Compare
Choose a tag to compare

Bugfix: issue #5

18 Apr 16:12
Compare
Choose a tag to compare
v0.1.3

increased version for release v0.1.3

Package cleanup

10 Apr 15:54
Compare
Choose a tag to compare

removed not needed code from release-package by defining gitattributes with export-ignore.

v0.1.1

07 Apr 15:34
Compare
Choose a tag to compare

Bugfix: Missing adaption of version within Behind::VERSION

ClassLoader

25 Mar 08:17
Compare
Choose a tag to compare

This is the first release of current ClassLoader milestone, containing

  • simple class loading
  • package writing for single file-system (and cache) access on big frameworks
  • creating class-maps
  • possibility to use composer package without composer-autoload (with only class-map, psr-0 and psr-4 autoloading)