Releases: qavajs/steps-api
Releases · qavajs/steps-api
0.18.0
What's Changed
- Fix trivial tsdoc typos by @ALegchilov in #31
- Add graphql steps by @ALegchilov in #33
Full Changelog: 0.17.0...0.18.0
0.17.0
What's Changed
- migrated to native fetch by @AlexGalichenko in #30
- added experimental support of websockets by @AlexGalichenko in #30
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
- removed chai from dependencies by @AlexGalichenko in #28
- fixed issue with attaching non string responses by @AlexGalichenko in #29
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- implemented request and response logging by @AlexGalichenko in #26
- fixed issue with optional contentType and filename in form data step by @AlexGalichenko in #27
Full Changelog: 0.0.14...0.15.0
0.0.14
What's Changed
- update workflow actions to v3 by @ALegchilov in #22
- added undefined payload handler by @AlexGalichenko in #24
- added form-data step by @AlexGalichenko in #25
New Contributors
- @ALegchilov made their first contribution in #22
Full Changelog: 0.0.13...0.0.14
0.0.13
What's Changed
- added logs to validation steps by @AlexGalichenko in #19
- added construction api by @AlexGalichenko in #21
Full Changelog: 0.0.11...0.0.13
0.0.11
Merge pull request #17 from qavajs/fix-issue-with-response-terminal-f…