Container v3.0.0 Release Notes

Release Date: 2018-07-23 // almost 6 years ago
  • 3.0.0

    โž• Added

    • Service providers can now be pulled from the container if they are registered.
    • ๐Ÿ‘ Definition logic now handled by aggregate for better separation.
    • Now able to add tags to a definition to return an array of items containing that tag.

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated minimum PHP requirements to 7.0.
    • Now depend directly on PSR-11 interfaces, including providing PSR-11 exceptions.
    • ๐Ÿ”จ Refactored inflector logic to accept type on construction and use generator to iterate.
    • ๐ŸŽ Refactored service provider logic with better separation and performance.
    • ๐Ÿ”€ Merged service provider signature logic in to one interface and abstract.
    • Heavily simplified definition logic providing more control to user.