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

Releases: jbasko/runtime-context

v3.0.0

17 Jan 09:38
Compare
Choose a tag to compare
* 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

v2.0.0

16 Jan 08:26
Compare
Choose a tag to compare
* Backwards incompatible rename of context_var_updated to context_var…

v1.3.0

16 Jan 07:20
Compare
Choose a tag to compare
* Fixes dictionary modification while iteration in context_var_update…

v1.2.2

16 Jan 06:17
Compare
Choose a tag to compare
Add EnvBase to exports

Bump version: 1.2.1 → 1.2.2

v1.2.1

15 Jan 09:23
Compare
Choose a tag to compare
Fixes hookery version spec

Bump version: 1.2.0 → 1.2.1

v1.2.0

15 Jan 09:21
Compare
Choose a tag to compare
* Updated for hookery v2 to allow simpler listening to individual con…

v1.1.0

14 Jan 22:20
Compare
Choose a tag to compare
* Allow listening to context var updates via Env.context_var_updated …

v1.0.0

14 Jan 15:27
Compare
Choose a tag to compare
* Simplified rewrite of env

* Bump version: 0.5.0 → 1.0.0

v0.5.0

14 Jan 13:56
Compare
Choose a tag to compare
* RuntimeContextEnv cannot be strictly strict because user may still …

v0.4.1

07 Jan 10:56
Compare
Choose a tag to compare
travis.yml