Skip to content

Latest commit

 

History

History
121 lines (58 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

121 lines (58 loc) · 5.63 KB

Changelog

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

1.5.4 (2024-09-13)

Bug Fixes

1.5.3 (2024-09-13)

Bug Fixes

1.5.2 (2024-09-13)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (2ef2bce)

1.5.1 (2024-09-13)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (2ef2bce)

1.5.0 (2024-09-13)

Bug Fixes

  • example/package.json to reduce vulnerabilities (b2f19ff)
  • example/package.json to reduce vulnerabilities (ad101ad)
  • README.md (a3550d5)
  • upgrade path-to-regexp from 3.0.0 to 3.2.0 (a616560)

1.3.1 (2022-08-02)

Bug Fixes

1.3.0 (2022-08-02)

Features

  • Allow to set a list for rename keys (f04e234)
  • compatible with typescript class-validator (f8c4c26)
  • support schema references $ref (aa4cba0)

Bug Fixes

  • assign defaultResponses to each API response and fix test (ef6ec96)
  • fully merge defaultResponses (fb7525b)
  • hide default response if not defined on route (except 200) (1557a77)
  • update dependencies (ebbfb86)
  • validate if swagger schema is empty (8d02155)

1.2.1 (2020-03-24)

Features

  • compatible with typescript class-validator (f8c4c26)

Bug Fixes

  • update dependencies (ebbfb86)
  • validate if swagger schema is empty (8d02155)

1.2.0 (2020-03-24)

Bug Fixes

1.2.0-beta.1 (2020-03-24)

1.2.0-beta.0 (2020-03-24)

Features

  • compatible with typescript class-validator (8d7fbce)

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)