From 90ebfa28df0b489e0bfe6cdea89e757d1c0748ca Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Thu, 9 May 2019 22:10:18 +0200 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 6 ++++++ handlebars-partials.md | 42 +++++++++++++++++++++--------------------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 29 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319fd45..2e81b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release notes +# Version 1.1.1 (Thu, 09 May 2019 20:09:53 GMT) + +* [d1901a9](https://github.com/bootprint/bootprint-openapi/commit/d1901a9) Remove precommit hooks - Nils Knappmeier +* [cbfb02c](https://github.com/bootprint/bootprint-openapi/commit/cbfb02c) update link to playground - Nils Knappmeier + + # Version 1.1.0 (Sun, 24 Sep 2017 06:23:50 GMT) * [a9d7e23](https://github.com/bootprint/bootprint-openapi/commit/a9d7e23) docs: Doc-Comment in externaDocs-partials - Nils Knappmeier diff --git a/handlebars-partials.md b/handlebars-partials.md index 0712bca..46ec8e5 100644 --- a/handlebars-partials.md +++ b/handlebars-partials.md @@ -93,7 +93,7 @@ ## base/body -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) This partial renders the of the HTML page. @@ -160,7 +160,7 @@ Uses the following partials: ## base/title -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the page title @@ -294,7 +294,7 @@ Uses the following partials: ## swagger/definitions -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the definition-section of the HTML-page. @@ -310,7 +310,7 @@ Uses the following partials: ## swagger/externalDocs -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the externalDocs-property in various places @@ -322,7 +322,7 @@ Renders the externalDocs-property in various places ## swagger/list-of-labels -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders an array of strings as list of labels @@ -336,7 +336,7 @@ Renders an array of strings as list of labels ## swagger/model -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders a json-schema model within swagger (calls json-schema-partials). @@ -353,7 +353,7 @@ Uses the following partials: ## swagger/operation -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) This partial renders a box containing information about a single operation of the service @@ -375,7 +375,7 @@ Uses the following partials: ## swagger/parameterDefinitions -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Global parameter definitions (see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#parametersDefinitionsObject) @@ -391,7 +391,7 @@ Uses the following partials: ## swagger/parameterRow -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Display a single parameter in a table row. @@ -408,7 +408,7 @@ Display a single parameter in a table row. ## swagger/parameters -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the parameter table within a operation definition. @@ -428,7 +428,7 @@ Uses the following partials: ## swagger/path -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders a single path definition with all its methods (GET, POST). @@ -445,7 +445,7 @@ Uses the following partials: ## swagger/paths -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the paths-section of the Rest-Service definition @@ -459,7 +459,7 @@ Uses the following partials: ## swagger/request-body -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the request-body section of an operation. @@ -478,7 +478,7 @@ Uses the following partials: ## swagger/response -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders details about a single response @@ -496,7 +496,7 @@ Uses the following partials: ## swagger/responseDefinitions -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the response definitions @@ -510,7 +510,7 @@ Uses the following partials: ## swagger/responseHeaderRow -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Display a single parameter in a table row. @@ -528,7 +528,7 @@ Uses the following partials: ## swagger/responses -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the responses section of an operation @@ -548,7 +548,7 @@ Uses the following partials: ## swagger/security -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the security definitions of the Rest-service. @@ -562,7 +562,7 @@ Renders the security definitions of the Rest-service. ## swagger/securityDefinitions -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders the security-section of the HTML-page @@ -575,7 +575,7 @@ TODO: Parameters ## swagger/summary -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders a summary of this services ignoring tags, containing references to all operations and paths @@ -587,7 +587,7 @@ Renders a summary of this services ignoring tags, containing references to all o ## swagger/tags -(jump to source in bootprint-openapi@1.1.0) +(jump to source in bootprint-openapi@1.1.1) Renders a summary based on the tags of this services, containing references to all operations and paths diff --git a/package-lock.json b/package-lock.json index e3cec2d..e542a5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bootprint-openapi", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 508dc85..3b62710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootprint-openapi", - "version": "1.1.0", + "version": "1.1.1", "description": "Converts a openapi-definition into a static html page", "main": "index.js", "preferGlobal": true,