Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

29 lines (13 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2020-02-17)

Features

  • support schema references $ref (aa4cba0)

Bug Fixes

  • assign defaultResponses to each API response and fix test (ef6ec96)

1.0.3 (2019-11-06)

Bug Fixes

  • hide default response if not defined on route (except 200) (1557a77)

1.0.2 (2019-11-06)

Bug Fixes

  • fully merge defaultResponses (fb7525b)