Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 2.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.6.0] - 2019-02-13

Added

  • Support class-level @OpenAPI decorators, i.e. applying same spec to each controller method
  • Update dependencies

[1.5.0] - 2019-02-01

Added

  • Handle @BodyParam decorator #14

[1.4.2] - 2018-10-10

Fixed

  • Handle explicit type parameter in @Body decorator to fix array request bodies #12.

[1.4.1] - 2018-09-13

Fixed

  • Update openapi3-ts dependency to fix type clash with class-validator-jsonschema

[1.4.0] - 2018-08-24

Added

  • @consense added a ResponseSchema decorator for specifying response body schemas #8

[1.3.3] - 2018-08-13

Fixed

  • Fix multiple OpenAPI decorators overwriting each other #10

[1.3.2] - 2018-08-12

Fixed

Added

  • Include a complete sample application in /sample
  • Update development dependencies

[1.3.1] - 2018-06-22

Fixed

  • Fix empty property cleanup removing boolean properties like deprecated #6 (thanks @WRostom!)

[1.3.0] - 2018-06-17

Added

  • Handle @HeaderParam and @HeaderParams decorators #2

Changed

  • Update dependencies

[1.2.1] - 2018-01-21

Fixed

[1.2.0] - 2017-12-07

Added

  • Handle optional path parameters (e.g. /users/:userId?) and regex path parameters (/users/:userId(\\d{6})) with appropriate OpenAPI schema keywords

[1.1.0] - 2017-12-03

Added

  • A @OpenAPI decorator for supplying actions with additional spec keywords