Skip to content

Releases: apiaryio/dredd

v0.3.11

04 Aug 14:22
Compare
Choose a tag to compare

v0.3.11

  • #103 Updated all deps to latest, fixed travis build for node 0.8.x - all badges back in green (@netmilk)

v0.3.10

04 Aug 14:21
Compare
Choose a tag to compare

v0.3.10

  • #102 Adding beforeAll and afterAll (@CodeFred)
  • #95 Reintroduces "silent" flag (@frio)
  • #92 Added '-L' parameter to curl command (@eddieroger)
  • #2 Adding documentation to README (@CodeFred)
  • #1 Adding beforeAll and afterAll hooks, allowing setup and teardown common to all tests (@CodeFred)

v0.3.9

04 Aug 14:21
Compare
Choose a tag to compare

v0.3.9

  • #86 Catches errors in hooks, allows skipping tests, fixes small bug (@ecordell)
  • #82 Netmilk/documentation (@netmilk)

v0.3.8

04 Aug 14:20
Compare
Choose a tag to compare

v0.3.8

v0.3.7

04 Aug 14:20
Compare
Choose a tag to compare

v0.3.7

v0.3.4

04 Aug 14:19
Compare
Choose a tag to compare

v0.3.4

v0.3.3

04 Aug 14:19
Compare
Choose a tag to compare

v0.3.3

v0.3.2

04 Aug 14:18
Compare
Choose a tag to compare

v0.3.2

v0.3.1

04 Aug 14:18
Compare
Choose a tag to compare

v0.3.1

v0.3.0

07 Mar 17:14
Compare
Choose a tag to compare

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)