Skip to content

Stashbox v5.17.0

Latest
Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 20 Dec 15:19

Added

  • PreferEnumerableInCurrent option to ResolutionBehavior enum. When this option is used upon enumerable resolution the following applies:
    • When both Current and Parent behaviors are enabled, and the current container has the appropriate services, the resolution will prefer those and ignore the parent containers. When the current container doesn't have the requested services, the parent containers will serve the request.

Changed

  • Enumerable resolution requests across child-parent containers resulted in the wrong order. Now, the resulting collection contains the parent services first and the child services at the end of the collection.