v0.6.0
0.6.0 (2022-10-11)
This release improves thread safety by adding some internal read/write locks and making the evaluation context immutable. Authors mutating evaluation context will need to make changes to the way they construct context objects.
⚠ BREAKING CHANGES
- made EvaluationContext fields unexported with a constructor and setters to enforce immutability (#91)
Features
- made EvaluationContext fields unexported with a constructor and setters to enforce immutability (#91) (691a1e3)