Skip to content

Releases: Swagger2Markup/swagger2markup

Release v1.3.4

01 Mar 07:25
Compare
Choose a tag to compare
  • Moved from bintray to Sonatype.
  • Introduced Github actions and remove Travis.
  • Certain bug fixes
  • Added support for MIME types with structured syntax suffixes (#410)

Release v1.3.3

27 Apr 11:01
Compare
Choose a tag to compare
  • 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

Release 1.3.2

11 Dec 08:30
Compare
Choose a tag to compare
  • 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

Release 1.3.1

20 Mar 11:30
Compare
Choose a tag to compare
  • PR #247: Fix request path and query params example support.

Release v1.3.0

20 Feb 07:39
Compare
Choose a tag to compare
  • 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

Release v1.2.0

05 Jan 13:28
Compare
Choose a tag to compare
  • 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

Release v1.1.1

30 Nov 08:13
Compare
Choose a tag to compare
  • 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.

Release v1.1.0

18 Oct 13:38
Compare
Choose a tag to compare
  • 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

Release v1.0.1

30 Nov 08:14
Compare
Choose a tag to compare
  • Enhancement: Support to render validation constraints of properties
  • Enhancement: Possibility to disable rendering of the security chapter below operations