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
-
$refis 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, int32it will just say`int32`. When numbers are used in ranges it might say`0 < int32 <= 200`.(1e7f8b4b)
-
Attempt to resolve and inline all
$refs. Merge schemas that extend other schemas usingallOf.(61287826)
-
convertToMarkdowntakes and optional options object instead of an optional response example provider function. Pass the function asresponse_example_providerin the options object instead.(6c0d0f51)
-
The
convertToMarkdownfunction returns aPromise<string>instead of astring.(fe0bc49f)