You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored internals to reduce memory footprint when many nested bottles are created by allowing for better garbage collection. This exposes a few new properties on the bottle instances. See the Readme API section for more details.
Added a new method to unset named bottle references Bottle.clear. - thanks, @emilong
Updated the documentation to better explain isolated containers when using dot notation.
Bugs Fixed
Deeply nested decorators and middleware were not firing.
TypeScript definition file was missing the container $list method definition.