Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@jbasko jbasko released this 17 Jan 09:38
* Allow multiple independent context stacks per thread

* Renames RuntimeContext to RuntimeContextWrapper
* Each stack item is aware of its wrapper and is able to pop itself
* Push base context on initialisation for every wrapper so that one is always inside a context
* Adds push_context and pop_context methods on RuntimeContextWrapper to simplify access when "with" syntax is not convenient
* Bump version: 2.0.0 → 3.0.0