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

0.14.0

Compare
Choose a tag to compare
@kylef kylef released this 03 Oct 15:18
· 177 commits to master since this release

0.14.0

Bug Fixes

  • Request and response pairs are now created for all combinations of produces,
    and consumes content types. This includes multiple JSON content types which
    we're previously discarded and non-JSON content types.
  • multipart/form-data consumes type is no longer replaced by
    application/x-www-form-urlencoded when formData parameters are provided.
    #96