Releases: karthiks3000/postman-doc-gen
Releases · karthiks3000/postman-doc-gen
Version 1.2.0
- Support for markdown in request description
- Update dependency versions
Version 1.1.1
- Updated the requirements.txt file
- Updated readme to reflect the correct python dependency
- Leveraged bleach to sanitize request and response bodies. This allowed for proper rendering of xml strings
Version 1.1.0
This release includes the following changes -
- New option to enable download links for the collection and environment json files. This is disabled by default
- Minified the css and js files
Version 1.0.3
Handles collections with empty response bodies
Version 1.0.2
Added support for request headers, URL parameters and URL path variables.
Additional unit tests.
Issues fixed:
#2
Version 1.0.1
- Updated the readme with steps to build locally
- Added unit tests
- Updated the code to be more resilient when properties are missing
- Added an executable that supports windows 10
Initial release
This release includes support to convert a postman collection (v2.1.0) into an html documentation.
Included in the release is an executable version for out-of-box usage.