Releases: Springworks/swagger-md
Releases · Springworks/swagger-md
v3.0.0
v2.0.1
v2.0.0
<a name"2.0.0">
2.0.0 (2017-02-01)
Bug Fixes
- test: fix tests with babel when using npm 2 (0b4a9d8f)
Features
- add function resolveApiSpec (eaa5538c)
Breaking Changes
-
$ref
is printed like$ref: \
${$ref}``. Most refs should be resolved but in the case a ref is not resolved, it's better to print the entire URI. Number types are printed a bit less redundantly, instead of sayinginteger, int32
it will just say`int32`. When numbers are used in ranges it might say`0 < int32 <= 200`.(1e7f8b4b)
-
Attempt to resolve and inline all
$ref
s. Merge schemas that extend other schemas usingallOf
.(61287826)
-
convertToMarkdown
takes and optional options object instead of an optional response example provider function. Pass the function asresponse_example_provider
in the options object instead.(6c0d0f51)
-
The
convertToMarkdown
function returns aPromise<string>
instead of astring
.(fe0bc49f)