Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

v0.3.0

Choose a tag to compare

@stackia stackia released this 08 Mar 20:18
· 358 commits to master since this release

What's New

  • Add headers support. You can now use group.reqHeaders() / action.reqHeader() / action.reqHeaders() / action.resHeaders() to make headers appear in your documents.

Bug Fixes

  • Parameters / queries / headers set on group will affect all actions in this group, instead of direct child action only.

Breaking Changes

  • status(statusCode) has been moved to Action class. Now you need to use action.status() instead of <captured response body>.status() to set response status code.
  • Parameter returnProxy on group.params() and group.queries() has been removed. Now they will return the group itself.