2.2.0
What's Changed
- Fix
picobox.singleton
,picobox.threadlocal
&picobox.contextvars
scopes so they do not fail with unexpected exception when non-string formattable missing key is passed. See #30. - Add
picobox.contrib.flaskscopes
module with application and request scopes for Flask web framework. See #31 and #37. - Add
picobox.Stack
class to create stacks with boxes on demand. Might be useful for third-party developers who want to use picobox yet avoid collisions with main application developers. See #33.
Full Changelog: 2.1.0...2.2.0