Skip to content

laminas-zendframework-bridge 0.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 01 Apr 14:44
· 442 commits to 1.9.x since this release

Added

  • Nothing.

Changed

  • #4 rewrites the autoloader to be class-based, via the class
    Laminas\ZendFrameworkBridge\Autoloader. Additionally, the new approach
    provides a performance boost by using a balanced tree algorithm, ensuring
    matches occur faster.

Deprecated

  • Nothing.

Removed

  • #4 removes function aliasing. Function aliasing will move to the packages that
    provide functions.

Fixed

  • Nothing.