Releases: Swagger2Markup/swagger2markup
Releases · Swagger2Markup/swagger2markup
Release v1.3.4
- 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
- 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
Release 1.3.1
- PR #247: Fix request path and query params example support.
Release v1.3.0
- 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
- 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
- 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
Release v1.0.1
- Enhancement: Support to render validation constraints of properties
- Enhancement: Possibility to disable rendering of the security chapter below operations