Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed May 9, 2019
1 parent d1901a9 commit 90ebfa2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release notes

<a name="current-release"></a>
# 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
Expand Down
42 changes: 21 additions & 21 deletions handlebars-partials.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

## base/body

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/base/body.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/base/body.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


This partial renders the <body> of the HTML page.
Expand Down Expand Up @@ -160,7 +160,7 @@ Uses the following partials:

## base/title

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/base/title.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/base/title.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the page title
Expand Down Expand Up @@ -294,7 +294,7 @@ Uses the following partials:

## swagger/definitions

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/definitions.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/definitions.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the definition-section of the HTML-page.
Expand All @@ -310,7 +310,7 @@ Uses the following partials:

## swagger/externalDocs

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/externalDocs.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/externalDocs.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the externalDocs-property in various places
Expand All @@ -322,7 +322,7 @@ Renders the externalDocs-property in various places

## swagger/list-of-labels

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/list-of-labels.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/list-of-labels.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders an array of strings as list of labels
Expand All @@ -336,7 +336,7 @@ Renders an array of strings as list of labels

## swagger/model

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/model.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/model.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders a json-schema model within swagger (calls json-schema-partials).
Expand All @@ -353,7 +353,7 @@ Uses the following partials:

## swagger/operation

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/operation.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/operation.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


This partial renders a box containing information about a single operation of the service
Expand All @@ -375,7 +375,7 @@ Uses the following partials:

## swagger/parameterDefinitions

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/parameterDefinitions.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/parameterDefinitions.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Global parameter definitions (see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#parametersDefinitionsObject)
Expand All @@ -391,7 +391,7 @@ Uses the following partials:

## swagger/parameterRow

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/parameterRow.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/parameterRow.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Display a single parameter in a table row.
Expand All @@ -408,7 +408,7 @@ Display a single parameter in a table row.

## swagger/parameters

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/parameters.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/parameters.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the parameter table within a operation definition.
Expand All @@ -428,7 +428,7 @@ Uses the following partials:

## swagger/path

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/path.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/path.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders a single path definition with all its methods (GET, POST).
Expand All @@ -445,7 +445,7 @@ Uses the following partials:

## swagger/paths

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/paths.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/paths.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the paths-section of the Rest-Service definition
Expand All @@ -459,7 +459,7 @@ Uses the following partials:

## swagger/request-body

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/request-body.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/request-body.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the request-body section of an operation.
Expand All @@ -478,7 +478,7 @@ Uses the following partials:

## swagger/response

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/response.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/response.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders details about a single response
Expand All @@ -496,7 +496,7 @@ Uses the following partials:

## swagger/responseDefinitions

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/responseDefinitions.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/responseDefinitions.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the response definitions
Expand All @@ -510,7 +510,7 @@ Uses the following partials:

## swagger/responseHeaderRow

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/responseHeaderRow.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/responseHeaderRow.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Display a single parameter in a table row.
Expand All @@ -528,7 +528,7 @@ Uses the following partials:

## swagger/responses

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/responses.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/responses.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the responses section of an operation
Expand All @@ -548,7 +548,7 @@ Uses the following partials:

## swagger/security

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/security.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/security.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the security definitions of the Rest-service.
Expand All @@ -562,7 +562,7 @@ Renders the security definitions of the Rest-service.

## swagger/securityDefinitions

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/securityDefinitions.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/securityDefinitions.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders the security-section of the HTML-page
Expand All @@ -575,7 +575,7 @@ TODO: Parameters

## swagger/summary

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/summary.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/summary.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders a summary of this services ignoring tags, containing references to all operations and paths
Expand All @@ -587,7 +587,7 @@ Renders a summary of this services ignoring tags, containing references to all o

## swagger/tags

(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.0/handlebars/partials/swagger/tags.hbs">jump to source in <code>bootprint-openapi@1.1.0</code></a>)
(<a href="https://github.com/bootprint/bootprint-openapi/blob/v1.1.1/handlebars/partials/swagger/tags.hbs">jump to source in <code>bootprint-openapi@1.1.1</code></a>)


Renders a summary based on the tags of this services, containing references to all operations and paths
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 90ebfa2

Please sign in to comment.