1.1.0
What's Changed
- New
ChainBox
class that can be used similar toChainMap
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 calledchain
that can be used to look up keys down the stack on misses. See #14.
Full Changelog: 1.0.0...1.1.0