This repository was archived by the owner on Dec 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,40 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+ ### Added
10+ - Support for securitySchemes and security #15
11+ - Support for servers #18
12+ - Support for schemas included by path with all $refs merged into components #7
13+ ### Changed
14+ - Convert project from Yarn to npm #5
15+ - Switch to eslint #8
16+ - Update Readme #19
17+
18+ ## [ 1.0.4] - 2019-05-07
19+ ### Fixed
20+ - Fix issue with last release where the package was published from the root directory, not the build directory
21+
22+ ## [ 1.0.3] - 2019-05-07
23+ ### Fixed
24+ - Fix for requestBody and parameters #6
25+
26+ ## [ 1.0.2] - 2019-05-03
27+ ### Changed
28+ - test tag publish
29+
30+ ## [ 1.0.1] - 2019-05-02
31+ ### Changed
32+ - test tag publish
33+
34+ ## [ 1.0.0] - 2019-05-02
35+ ### Changed
36+ - inital release after forking from temando/serverless-openapi-documentation
37+
838
939[ Unreleased ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.4...HEAD
1040[ 1.0.4 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...v1.0.4
11- [ 1.0.3 ] : https://github.com/conqa/serverless-openapi-documentation/tree/v1.0.3
41+ [ 1.0.3 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.2...v1.0.3
42+ [ 1.0.2 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.1...v1.0.2
43+ [ 1.0.1 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.0...v1.0.1
44+ [ 1.0.0 ] : https://github.com/conqa/serverless-openapi-documentation/tree/v1.0.0
You can’t perform that action at this time.
0 commit comments