Releases: apiaddicts/openapi2postman
Releases · apiaddicts/openapi2postman
v2.1
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
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
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #5
- Bump lodash from 4.17.15 to 4.17.21 by @dependabot in #4
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #3
- Bump diff from 3.3.1 to 3.5.0 by @dependabot in #1
- up changes v2 md by @danijerez in #8
New Contributors
- @dependabot made their first contribution in #5
- @danijerez made their first contribution in #8
Full Changelog: 0.9-beta...2.0
first release
0.9-beta modify steps readme