Skip to content

Releases: apiaddicts/openapi2postman

v2.1

22 Oct 08:27
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Added 'microcks_headers' parameter in the environments config section to auto configure the microcks headers.
  • Replaced yaml.safeLoad with yaml.load due to the removal of safeLoad in js-yaml v4. The yaml.load function is now safe by default, making safeLoad obsolete

v2.0

21 Sep 10:23
f60392e
Compare
Choose a tag to compare

Changelog

  • Testing QueryParams with OpenApi 3.0
  • Test query parameters that are arrays.
  • Test to do ok and ko(404) in the resources
  • Test resources that have files in the body
  • Test for queryParam $select and $exclude
  • Optimize problems with the generation of postman tests in openapi 3
  • Optimize code generated in the tests
  • Modify the collection of authorizations to pass it 00
  • Creating and including a new configuration schema variable.
  • Minor fixes

What's Changed

New Contributors

Full Changelog: 0.9-beta...2.0

first release

06 Jul 09:17
Compare
Choose a tag to compare
0.9-beta

modify steps readme