Skip to content

Releases: apiaryio/dredd-transactions

v3.0.0

08 Sep 12:36
Compare
Choose a tag to compare

3.0.0 (2016-09-08)

Features

  • Provide multiple Swagger responses with unique transaction names (a1c7007f)

Breaking Changes

  • 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'

    (a1c7007f)

v2.0.0

24 Aug 13:21
Compare
Choose a tag to compare

v2.0.0 (2016-08-24)

Breaking Changes

  • Use just the 1st req-res pair within APIB transaction examples (0af7c015)

v1.6.0

29 Jul 14:52
Compare
Choose a tag to compare

1.6.0 (2016-07-29)

Features

  • Introducing x-example attribute for Swagger non-body parameters (2955a52a)

v1.5.1

22 Jul 07:14
Compare
Choose a tag to compare

1.5.1 (2016-07-22)

Bug Fixes

  • Allowing default values for required parameters (e793d487)

v1.5.0

21 Jul 20:02
Compare
Choose a tag to compare

1.5.0 (2016-07-21)

Features

  • Dredd Transactions should now be installable also without C++ compiler (#51) (532ab16d)

v1.4.0

20 Jul 13:13
Compare
Choose a tag to compare

1.4.0 (2016-07-20)

Features

  • Use default value even though the parameter is required (50d87724)