- d1901a9 Remove precommit hooks - Nils Knappmeier
- cbfb02c update link to playground - Nils Knappmeier
- a9d7e23 docs: Doc-Comment in externaDocs-partials - Nils Knappmeier
- 5151344 Add support for OpenAPI External Documentation Object (#95) - smoldaner
- 3300625 fix /responses/ links - Jonathan
- ea9d37f closed in param name - Andrey Sorokin
- fc14a0d Update the maintainer-notice to reflect the current state (#84) - Nils Knappmeier
- d0d74da Prepare for 1.0 release (#83) - Nils Knappmeier
- Bump version of bootprint-json-schema dependency to 1.0 (Make datatype-helper more consistent (render unspecific arrays as object[] instead of array))
- fa9f407 Render response examples as highlighted text, if it is not an Object. (#82) - Nils Knappmeier
- cc65bcb Add baseUrl property to generated output body (#71) - Taylor Hicks
- 31de1ba Improved the look of the security definitions which now properly converts markdown to HTML in the description field. - aberman
- 4206c7f Added info.version to the generated output - mada4586
- 5478346 Adjust travis-configuration - Nils Knappmeier
- f154097 Move to bootprint-organization and enable ghook for StandardJS - Nils Knappmeier
- 1bcac94 "Maintainers wanted" notice in the README - Nils Knappmeier
- a116faf Typo in test-spec - Nils Knappmeier
- 0fb4577 Create borders around markdown-tables - Nils Knappmeier
- ff51859 Fix mocha-call for coverage tests in TravisCI - Nils Knappmeier
- 1876285 Slight readme changes - Nils Knappmeier
- Swagger has been renamed to "OpenAPI", so
bootprint-swagger
has been renamed tobootprint-openapi
. thebootprint-swagger
-module will still be in place and depend on this module for updates.
- #44: Path Item `parameters' rendered as an Operation Object (thanks to @yewton for the test-fixture)
- Add more http-response-code (thanks to @Klamath233)
- Remove
bootprint
as peer-dependency, becausenpm
versions 1 and 2 download it needlessly.
- Add
files
-property to package.json
- Ignore unneeded files
- Support for response-examples
- JSON-schema definitions are now sorted by name.
- #40: Wrong default request / response content-types
- Testcase for #35: "allOf" renders incorrect HTML doc The fix was done in bootprint-swagger v0.7.1
- Support for response-headers
- Fix tests failing due to the new HTML-structure.
- Inline global parameter definitions (#32)
- Support for global parameter definitions (#10)
- Support for tags (#6): If the swagger-specification contains a tag-element, the summary at the top is based on the tags instead of displaying a complete table of contents.
- Testcase for read-only badges
- Support for global responses
- Support for default parameters (#20)
- Response table-rows now have a css-class containing their response code (e.g.
sw-response-code-200
)
#19
: Parameters of typebody
not being displayed
#16
: md-helper is not loosing html-tags anymore
- Correct use of swagger/model partial (@karlvr)
- Model should pass on anchor value to (@karlvr)
- Compute anchor of
path
section withhtmlId
to match the href insummary.hbs
- Config-format of bootprint 0.5 used
- Issue #5 POST/PUT Request payload JSON schema is not captured
- Change HTML-IDs to contain only valid characters.