Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 1.58 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.1.0 - 2019-05-09

Added

  • Support for securitySchemes and security #15
  • Support for servers #18
  • Support for schemas included by path with all $refs merged into components #7

Changed

  • Convert project from Yarn to npm #5
  • Switch to eslint #8
  • Update Readme #19

1.0.4 - 2019-05-07

Fixed

  • Fix issue with last release where the package was published from the root directory, not the build directory

1.0.3 - 2019-05-07

Fixed

  • Fix for requestBody and parameters #6

1.0.2 - 2019-05-03

Changed

  • test tag publish

1.0.1 - 2019-05-02

Changed

  • test tag publish

1.0.0 - 2019-05-02

Changed

  • inital release after forking from temando/serverless-openapi-documentation