2.1.0
What's Changed
- Add
picobox.contextvars
scope (python 3.7 and above) that can be used in asyncio applications to have a separate set of dependencies in all coroutines of the same task. See #23. - Fix
picobox.threadlocal
issue when it was impossible to use any hashable key other thanstr
. See #21. - Nested
picobox.pass_
calls are now squashed into one in order to improve runtime performance. See #25. - Add
Python 2.7
support. See #26.
Full Changelog: 2.0.0...2.1.0