Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

0.21.0

Compare
Choose a tag to compare
@kylef kylef released this 07 Sep 13:52
· 53 commits to master since this release

Enhancements

  • Line and column numbers are now exposed in the parse result in source maps
    for annotation elements.

Bug Fixes

  • Default and example values for headers are now validated to match the header
    type. For example, placing a string as a value for a number type header will
    now emit a warning.

  • Header values will now contain source map information in the parse result.

  • Fix support for type file in multipart-form body generation.