Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@young-steveo young-steveo released this 15 Oct 15:22
· 199 commits to master since this release

What's New

  • 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.