This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: apiaryio/dredd
Releases · apiaryio/dredd
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.3.0
Hooks
This release introduces support for writing custom hooks in Dredd. See Note on Dredd design.
In addition it updates underlaying Protagonist (API Blueprint parser binding) to v0.8.0 and brings fixes to following issues:
- Sorting issue (use the order used in the apiary file) #36
- Dredd exited without an interesting error message #37
- Fixes sequencing bug in junit reporter #41
- Add support for path in API endpoint #45
- Does not compare against specified schema an apiary.apib file #46
Pull Requests
- #56 Update to protagonist v0.8.0 (@zdne)
- #44 Adds before/after hooks to Dredd (@ecordell)
- #49 Fix Dredd / Gavel.js interface. Closes #46 (@zdne)
- #45 Add support for path in API endpoint. Fixes #43 (@abtris)
- #41 Fixes sequencing bug in junit reporter (@ecordell)
- #37 Dredd exited without an interesting error message (@albertjan)
- #36 Fix sorting to use the order used in the apiary file as well. Close #32 and #36. (@ksarna)