Skip to content

Releases: appknox/postmanparser

🤖 Added optional key in http request

28 Dec 06:59
0e91c71
Compare
Choose a tag to compare

What's Changed

  • fix: force encoding utf8 on windows systems by @gha88 in #18
  • feat: added optional key in http request by @gha88 in #19

New Contributors

  • @gha88 made their first contribution in #18

Full Changelog: v0.1.6...v0.1.7

👾 Support for URL Variables

12 May 07:42
c3eb641
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

⚓️ Ability to parse root auth attribute from collection

07 Sep 12:56
bef9581
Compare
Choose a tag to compare
  • get the auth attribute from JSON collection and parse it to the auth root collection attribute ( thanks @gustavocortarelli )
  • Flake8 & BLACK linting

🎉 Added event object support

25 Jun 06:12
5c19f80
Compare
Choose a tag to compare
v0.1.4

v0.1.3 → v0.1.4

🎉 Get Requests from Collection

22 Jun 08:38
28711c5
Compare
Choose a tag to compare
  • Get all requests in collection by recursively going through folders
  • Get all requests present in specific folder
  • Update README.md

🔌 Fixed Dependencies and Deploy script

28 May 19:33
d15edd7
Compare
Choose a tag to compare

We now have removed unnecessary development dependencies from the requirements, and have added a better build script

🎉 Initial release for Postmanparser

27 May 23:01
0198fe8
Compare
Choose a tag to compare

Initial Pypi release for postman parser