-
This version is not downward compatible. This version supports includes of example files and JSON/XML Schema files. See documentation.
-
Updated Swagger-Parser from 1.0.0 to 1.0.5
-
Updated commons-lang to commons-lang3
-
Swagger2MarkupConverter generates three documents now: overview, paths and definitions
-
Support for enums in HeaderParameter, QueryParameter, FormParameter and QueryParameter
-
Support for global consumes, produces and tags
-
Support for including hand-written descriptions instead of using Swagger Annotations for descriptions
-
Swagger License is not mandatory anymore
-
Updated markup-document-builder from v0.1.3 to v0.1.4
-
Updated swagger-parser from v1.0.5 to v1.0.6
-
Support for default values in Parameters and Model properties
-
Enhancement #26 and #27: Added a pre-process hook to modify a Swagger Model before it is converted.
-
Bugfix #29: Tags are rendered twice
-
Updated swagger-parser from v1.0.8 to v1.0.13
-
Support for global responses and parameters
-
Added support to group the paths by tags or as-is
-
Added support to order the definitions by natural ordering or as-is
-
Updated swagger-parser from v1.0.13 to v1.0.16
-
Enhancement #61: Refactor separated documents logic to support inter-document cross-references
-
Enhancement #53: Support for tags, paths and methods ordering
-
Enhancement #51: Support for separated operations files
-
Enhancement #52: Markdown generation for inline schemas
-
New configuration API
-
New extension SPI
-
Added new languages: turkish, german, france
-
New security document
-
Inline schema support
-
New configuration options
-
Support of deprecated path operations
-
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
-
Changed bold to ** and italic to __ so that special chars in the text are possible
-
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.
-
Added a method to add page breaks.
-
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
-
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
-
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