Skip to content

Releases: apiaryio/dredd

v0.2.1

03 Feb 11:47
Compare
Choose a tag to compare

v0.2.1

  • Update protagonist to version v0.6.1
  • Fixed #22
  • Refactors request/response formatting
  • Allow shutting down gracefully on SIGINT
  • #21 Tests and fixes passing Dredd class pre-runtime errors to the CLI (@netmilk)
  • #19 Content-Length header in reqeusts for Rails support (@netmilk, @theodorton)

v0.1.6

04 Aug 14:14
Compare
Choose a tag to compare

v0.1.6

  • #14 Fixing exit status and adding CLI tests (@netmilk)

v0.1.4

04 Aug 14:00
Compare
Choose a tag to compare

v0.1.4

  • #8 Added Vagrant virtual development environment (@netmilk)
  • #5 HTTPS support, global header injection, improved reporter output (@ecordell)

v0.1.0

25 Oct 14:12
Compare
Choose a tag to compare

Introducing Dredd

Introducing Dredd: the testing tool for API Blueprints and all RESTful APIs:

  • Testing well defined transactions in the API Blueprint against given server
  • Basic CLI interface
  • Basic CLI reporting
  • Example usage in application in continous integration systems