Skip to content

Releases: karthiks3000/postman-doc-gen

Version 1.2.0

02 Apr 19:23
3b1356b
Compare
Choose a tag to compare
  • Support for markdown in request description
  • Update dependency versions

Version 1.1.1

27 Sep 17:58
Compare
Choose a tag to compare
  • 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

02 Aug 18:16
Compare
Choose a tag to compare

This release includes the following changes -

  1. New option to enable download links for the collection and environment json files. This is disabled by default
  2. Minified the css and js files

Version 1.0.3

27 Jun 16:21
Compare
Choose a tag to compare

Handles collections with empty response bodies

Version 1.0.2

20 Jun 21:20
Compare
Choose a tag to compare

Added support for request headers, URL parameters and URL path variables.
Additional unit tests.

Issues fixed:
#2

Version 1.0.1

21 May 18:52
Compare
Choose a tag to compare
  • 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

02 May 18:01
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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.