Skip to content

Commit 90ebfa2

Browse files
committed
1.1.1
1 parent d1901a9 commit 90ebfa2

File tree

4 files changed

+29
-23
lines changed

4 files changed

+29
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release notes
22

33
<a name="current-release"></a>
4+
# Version 1.1.1 (Thu, 09 May 2019 20:09:53 GMT)
5+
6+
* [d1901a9](https://github.com/bootprint/bootprint-openapi/commit/d1901a9) Remove precommit hooks - Nils Knappmeier
7+
* [cbfb02c](https://github.com/bootprint/bootprint-openapi/commit/cbfb02c) update link to playground - Nils Knappmeier
8+
9+
410
# Version 1.1.0 (Sun, 24 Sep 2017 06:23:50 GMT)
511

612
* [a9d7e23](https://github.com/bootprint/bootprint-openapi/commit/a9d7e23) docs: Doc-Comment in externaDocs-partials - Nils Knappmeier

handlebars-partials.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
## base/body
9595

96-
(<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>)
96+
(<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>)
9797

9898

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

161161
## base/title
162162

163-
(<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>)
163+
(<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>)
164164

165165

166166
Renders the page title
@@ -294,7 +294,7 @@ Uses the following partials:
294294

295295
## swagger/definitions
296296

297-
(<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>)
297+
(<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>)
298298

299299

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

311311
## swagger/externalDocs
312312

313-
(<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>)
313+
(<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>)
314314

315315

316316
Renders the externalDocs-property in various places
@@ -322,7 +322,7 @@ Renders the externalDocs-property in various places
322322

323323
## swagger/list-of-labels
324324

325-
(<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>)
325+
(<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>)
326326

327327

328328
Renders an array of strings as list of labels
@@ -336,7 +336,7 @@ Renders an array of strings as list of labels
336336

337337
## swagger/model
338338

339-
(<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>)
339+
(<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>)
340340

341341

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

354354
## swagger/operation
355355

356-
(<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>)
356+
(<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>)
357357

358358

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

376376
## swagger/parameterDefinitions
377377

378-
(<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>)
378+
(<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>)
379379

380380

381381
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:
391391

392392
## swagger/parameterRow
393393

394-
(<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>)
394+
(<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>)
395395

396396

397397
Display a single parameter in a table row.
@@ -408,7 +408,7 @@ Display a single parameter in a table row.
408408

409409
## swagger/parameters
410410

411-
(<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>)
411+
(<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>)
412412

413413

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

429429
## swagger/path
430430

431-
(<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>)
431+
(<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>)
432432

433433

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

446446
## swagger/paths
447447

448-
(<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>)
448+
(<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>)
449449

450450

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

460460
## swagger/request-body
461461

462-
(<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>)
462+
(<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>)
463463

464464

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

479479
## swagger/response
480480

481-
(<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>)
481+
(<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>)
482482

483483

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

497497
## swagger/responseDefinitions
498498

499-
(<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>)
499+
(<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>)
500500

501501

502502
Renders the response definitions
@@ -510,7 +510,7 @@ Uses the following partials:
510510

511511
## swagger/responseHeaderRow
512512

513-
(<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>)
513+
(<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>)
514514

515515

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

529529
## swagger/responses
530530

531-
(<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>)
531+
(<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>)
532532

533533

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

549549
## swagger/security
550550

551-
(<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>)
551+
(<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>)
552552

553553

554554
Renders the security definitions of the Rest-service.
@@ -562,7 +562,7 @@ Renders the security definitions of the Rest-service.
562562

563563
## swagger/securityDefinitions
564564

565-
(<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>)
565+
(<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>)
566566

567567

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

576576
## swagger/summary
577577

578-
(<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>)
578+
(<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>)
579579

580580

581581
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
587587

588588
## swagger/tags
589589

590-
(<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>)
590+
(<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>)
591591

592592

593593
Renders a summary based on the tags of this services, containing references to all operations and paths

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootprint-openapi",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Converts a openapi-definition into a static html page",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)