Releases: prashantrathi123/hawkClient
v1.5.4
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:
- Open an issue on GitHub.
Happy API testing! 🎉
v1.5.3
Release Notes - Version 1.5.3
Bug Fixes
- 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
Release Notes - Version 1.5.2
Bug Fixes
-
UI Bug Fixes:
Resolved various UI inconsistencies for a smoother experience. -
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
Release Notes - Version 1.5.1
Bug Fixes
-
UI Bug Fixes:
Resolved various UI inconsistencies for a smoother experience. -
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
Release Notes - Version 1.5.0
New Features
-
Variables Change Color to Red if Not Found:
Easily identify missing or undefined variables by their red color. -
Enhanced
{{}}
Variables Hover Tooltip:
Displays both the value and scope of the variable for better context. -
Workspace Location Display:
Workspace path is now accessible directly under the Info section.
Bug Fixes
- 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
Release Notes - Version 1.4.1
New Features
- Postman Env Variables Export Functionality
- HawkClient Collection Export Functionality
- Postman Collection Export Functionality
Bug Fixes
- 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
Release Notes - Version 1.4.0
New Features
- Postman Env Variables Import Functionality
- setVariable function support in pre request and pre collection script
- ajv support
Bug Fixes
- 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
Release Notes - Version 1.3.0
New Features
- 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
Release Notes - Version 1.2.1
Bug Fixes
- 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
Release Notes - Version 1.2.0
New Features
- Response Preview Tab Added
Functionality to preview image and html.
Bug Fixes
- 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.