Skip to content

2.2.0

Compare
Choose a tag to compare
@ikalnytskyi ikalnytskyi released this 19 Nov 01:13
· 128 commits to master since this release
2.2.0
c817d40

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