Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (42 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

55 lines (42 loc) · 1.81 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.

2.0.0 - 2021-12-10

Removed

  • Support for Node 6, minimum is now Node 10

Added

  • (Untested) compatibility with Serverless 3.x

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