This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
kylef
released this
06 Aug 15:21
·
78 commits
to master
since this release
Enhancements
- The parser will only emit warnings for unsupported features a single time. This can dramatically increase the performance when dealing with documents which use many unsupported features.
Bug Fixes
-
Return a warning when parsing a document with a 'Media Type Object' using a text based media type when the example value is not a string Previously an invalid asset element was created which contained non-string content.
-
Moves the description from 'Server Object' variable values into the member element which contain it for consistency.
-
Fixes a case where source map information for the description of a 'Server Object' variable would be missing.
-
Prevent the generation of message body examples for text-based media types when the value is not string based. A warning will now be emitted under this circumstance.