Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@alekitto alekitto released this 15 Apr 08:28
· 1 commit to master since this release
3ee1794

What's changed

  • useAutoloading can now be used to instruct the finder to use autloading or include_once while iterating classes
  • Autoloading method is used by default from ComposerFinder
  • Expose skipNonInstantiable method to skip abstract classes, interfaces and traits
  • Add skipBogonFiles method to reflection finders to prevent fatal errors in well-known cases
  • Add roave/better-reflection reflection factory

Fixes

  • unwind error handlers stack to remove class-finder error handler
  • fix a typo in README by @szepeviktor in #16

New Contributors

Full Changelog: 0.4.0...0.5.0