Skip to content

1.1.0

Compare
Choose a tag to compare
@ikalnytskyi ikalnytskyi released this 19 Nov 01:02
· 177 commits to master since this release
1.1.0
ecc4ca7

What's Changed

  • New ChainBox class that can be used similar to ChainMap but for boxes. This basically means from now on you can group few boxes into one view, and use that view to look up dependencies. See #11.
  • New picobox.push() argument called chain that can be used to look up keys down the stack on misses. See #14.

Full Changelog: 1.0.0...1.1.0