Swagger2markup Versions Save

A Swagger to AsciiDoc or Markdown converter to simplify the generation of an up-to-date RESTful API documentation by combining documentation that’s been hand-written with auto-generated API documentation.

v1.3.4

2 years ago
  • Moved from bintray to Sonatype.
  • Introduced Github actions and remove Travis.
  • Certain bug fixes
  • Added support for MIME types with structured syntax suffixes (#410)

v1.3.3

6 years ago
  • Updated swagger-parser from v1.0.25 to 1.0.35
  • PR #294: Examples always start with a newline if there is other content in the same cell
  • PR 307: Include required parameters in example request

v1.3.2

6 years ago
  • PR #290: Fixed list parsing in properties file
  • PR #293: Fixed crash on empty tables
  • Updated markup-document-builder from 1.1.1 to 1.1.2

v1.3.1

7 years ago
  • PR #247: Fix request path and query params example support.

v1.3.0

7 years ago
  • Updated javslang from 2.0.4 to 2.0.5
  • Updated paleo-core from 0.10.1 to 0.10.2
  • Updated swagger-parser from v1.0.23 to v1.0.25
  • Decimal numbers are formatted into locale-specific strings

v1.2.0

7 years ago
  • Issue #214: Add page break locations
  • Issue #223: Improve example rendering
  • Issue #215: Add ability to group operations by RegEx
  • Added new configuration options: pageBreakLocations, headerRegex
  • Added new valid value for configuration headerRegex: REGEX
  • Updated markup-document-builder from 1.1.0 to 1.1.1

v1.0.1

7 years ago
  • Enhancement: Support to render validation constraints of properties
  • Enhancement: Possibility to disable rendering of the security chapter below operations

v1.1.1

7 years ago
  • Issue #194: Added a config parameter which allows to prepend the basePath to all paths.
  • Updated swagger-parser from v1.0.16 to v1.0.23
  • Added javslang v2.0.4 as a dependency
  • Added paleo-core v0.10.1 as a dependency
  • Updated markup-document-builder from 1.0.0 to 1.1.0
  • PR #201: Add support for Brazilian Portuguese language
  • PR #202: Add support for Japanese language
  • Issue #205: Fixed the option to influence resource ordering
  • Issue #198: Chinese chinese language encoding
  • Issue #207: Properties that start with an underscore are displayed correctly now
  • Refactored Swagger2Markup to use a Component-Based design. A document can be composed of components and components can be composed of other components.

v1.1.0

7 years ago
  • PR #177: Fixed rendering of recursive examples
  • PR #186: Add support for Chinese language
  • PR #190: Add support for Spanish language
  • PR #192: Updated min/max value to format correctly based on the data type
  • PR #193: Added support for exclusiveMin and exclusiveMax