This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
v0.5.0
v0.5.0
Breaking: Run hooks functions as a separate functions without access to environment around
New: --sandboxed
hooks do not share whole code, they are evaluated and executed in separate contexts
New: Dredd JavaScript instance can be configured to use hooks provided from an object with strings (configuration.hooksData
)
- #167 Loading and running hooks in isolated sandboxed context (@kuba-kubula, @netmilk)
- #174 Update: Enhance apiary reported json (@kuba-kubula)
- #165 Change: One Hooks instance per one Dredd instance - avoid sharing of hooks object through all instances of Dredd class (@netmilk, @kuba-kubula)
- #164 Docs: Fix small typos in documentation (@kuba-kubula)