Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Releases: brad-jones/openapi-spec-builder

v3.1.0

25 Mar 02:54

Choose a tag to compare

<a name"3.1.0">

3.1.0 (2017-03-25)

Features

  • $everything: Force a release to ensure semantic release is actually working now. (c699db89)

v3.0.0

07 Nov 12:58

Choose a tag to compare

3.0.0 (2016-11-07)

Features

  • response-headers: Header maps have now been replaced with header arrays. (993b55ed)

Breaking Changes

  • Headers is now an array in the modified spec.

    (993b55ed)

v2.0.0

07 Nov 12:25

Choose a tag to compare

2.0.0 (2016-11-07)

Features

  • swagger-validation: The builder now validates the spec before converting to JSON. (03f6e71a)

Breaking Changes

  • toJson() now returns a promise.

    (03f6e71a)

v1.1.0

07 Nov 11:11

Choose a tag to compare

1.1.0 (2016-11-07)

Features

  • pet-store-example: Setup pet store example with it's own tsconfig.json project file. (c88baacc)