Skip to content

Releases: prashantrathi123/hawkClient

v1.5.4

15 Dec 14:55
02b3b59
Compare
Choose a tag to compare

Release Notes - Version 1.5.4

🚀 New Features

1. Variables Access Inside Another Variable

  • Now you can seamlessly use variables within another variable, enabling more dynamic and flexible configurations.

2. Script Functions to Access Variables

New helper functions are now available in both Pre and Post script environments for enhanced control over your variables.

Pre-Script Functions:

  • hc.getEnvVariable('key') - Access environment-level variables.
  • hc.getGlobalVariable('key') - Access global variables.
  • hc.getVariable('key') - Access the request-level variables.
  • hc.getCollectionVariable('key') - Access collection-level variables.

Post-Script Functions:

  • hc.getCollectionVariable('key') - Access collection-level variables.
  • hc.getVariable('key') - Access the request-level variables.
  • hc.getGlobalVariable('key') - Access global variables.
  • hc.getEnvVariable('key') - Access environment-level variables.

Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.

📫 How to Provide Feedback or Report Issues:

Happy API testing! 🎉

v1.5.3

04 Nov 09:26
1517c8c
Compare
Choose a tag to compare

Release Notes - Version 1.5.3

Bug Fixes

  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.5.2

29 Oct 07:30
3e684a3
Compare
Choose a tag to compare

Release Notes - Version 1.5.2

Bug Fixes

  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

  2. Response size issue fix.


Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.5.1

24 Oct 05:38
1f544f2
Compare
Choose a tag to compare

Release Notes - Version 1.5.1

Bug Fixes

  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

  2. Image response issue fix.


Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.5.0

14 Oct 05:03
1caa682
Compare
Choose a tag to compare

Release Notes - Version 1.5.0

New Features

  1. Variables Change Color to Red if Not Found:
    Easily identify missing or undefined variables by their red color.

  2. Enhanced {{}} Variables Hover Tooltip:
    Displays both the value and scope of the variable for better context.

  3. Workspace Location Display:
    Workspace path is now accessible directly under the Info section.

Bug Fixes

  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.4.1

02 Oct 09:43
238c0e2
Compare
Choose a tag to compare

Release Notes - Version 1.4.1

New Features

  1. Postman Env Variables Export Functionality
  2. HawkClient Collection Export Functionality
  3. Postman Collection Export Functionality

Bug Fixes

  1. Postman import issue fixed

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.4.0

26 Sep 04:15
1c7984a
Compare
Choose a tag to compare

Release Notes - Version 1.4.0

New Features

  1. Postman Env Variables Import Functionality
  2. setVariable function support in pre request and pre collection script
  3. ajv support

Bug Fixes

  1. GraphQL query issue fixed

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.3.0

22 Sep 13:13
4d5043e
Compare
Choose a tag to compare

Release Notes - Version 1.3.0

New Features

  1. Postman Collection v2 Import
    You can now import collections using Postman Collection v2 JSON format. This allows seamless integration of your existing Postman collections into the application, making API testing and management easier.

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.2.1

18 Sep 17:21
c40bfed
Compare
Choose a tag to compare

Release Notes - Version 1.2.1

Bug Fixes

  1. Minor Bug fixes

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

v1.2.0

15 Sep 16:11
b0e8eee
Compare
Choose a tag to compare

Release Notes - Version 1.2.0

New Features

  1. Response Preview Tab Added
    Functionality to preview image and html.

Bug Fixes

  1. Minor Bug fixes

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.