All Versions
36
Latest Version
Avg Release Cycle
89 days
Latest Release
-

Changelog History
Page 1

  • v4.2.0 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for psr/container 1.1.0.
  • v4.1.2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bug that was causing an error on inflection due to introduced type hint.
  • v4.1.1 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿšš Move files autoload directive to dev (@ADmad)
  • v4.1.0 Changes

    โž• Added

    • Way to handle non-public controllers safely (@beryllium)
  • v4.0.0 Changes

    โž• Added

    • ๐Ÿ†• New definition interface that extends psr/container
    • ๐Ÿ‘ Literal and resolvable argument wrappers for better explicitness in definitions

    ๐Ÿ”„ Changed

    • PHP requirement now >=7.2
    • โšก๏ธ Updated psr/container to 2.0.0
    • Container::shared convenience method is now explicit Container::addShared method
    • โœ‚ Removed third argument $shared from Container::add, use Container::addShared
    • ServiceProviderInterface now defines return types
    • Service providers now require implementation of a provides method rather than relying on a class property.
  • v3.4.1 Changes

    โž• Added

    • Way to handle non-public controllers safely (@beryllium)
    • ๐Ÿ‘ PHPUnit 7.0 for PHP versions that support it (@beryllium)
  • v3.4.0 Changes

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for psr/container 2.0.0 as the interface cannot be reconciled between versions
  • v3.3.5 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for psr/container 2.0.0
  • v3.3.4 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue that caused a recursive register call. @pcoutinho
    • ๐Ÿ›  Fixed a return type declaration. @orbex
  • v3.3.3 Changes

    September 28, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug relating to ReflectionContainer::call on arrow functions.