Skip to content

v1.5.0

Compare
Choose a tag to compare
@AndrewWalsh AndrewWalsh released this 23 Jan 23:27
· 14 commits to main since this release

Fixes

  • The tool now handles multiple response status codes. Endpoints can return multiple responses for different status codes, such as 200s and 400s. These are now merged correctly, and will appear when endpoints containing multiple response status codes are parameterised.

General

  • As the underlying data structure has changed, exports will no longer work when imported with v1.5.0. Please create a new one if affected
  • Added tests and improved some code.