Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
feat: Unique transaction names for Swagger
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Users of Dredd hooks will have to change how they address
transactions - e.g. '/112 > GET' will have to be changed to '/112 > GET > 200 > application/json'

See apiaryio/dredd-transactions#63 for details. Closes #558.
  • Loading branch information
honzajavorek committed Sep 8, 2016
1 parent 2313972 commit 82a077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"clone": "^1.0.2",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"dredd-transactions": "^2.0.0",
"dredd-transactions": "^3.0.0",
"file": "^0.2.2",
"gavel": "^0.5.3",
"glob": "^7.0.5",
Expand Down

0 comments on commit 82a077d

Please sign in to comment.