This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Releases: stackia/test2doc.js
Releases Β· stackia/test2doc.js
v0.4.2
v0.4.1
v0.4.0
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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 useaction.status()
instead of<captured response body>.status()
to set response status code.- Parameter
returnProxy
ongroup.params()
andgroup.queries()
has been removed. Now they will return the group itself.