Releases: thunderclient/thunder-client-support
Releases · thunderclient/thunder-client-support
Release list
v2.41.0
Thunder Client for JetBrains
We're excited to announce the beta release of Thunder Client for JetBrains.
Download:
https://plugins.jetbrains.com/plugin/31431-thunder-client
Features
- A familiar experience with a UI closely matching our VS Code extension, making it easy to switch with no learning curve.
- Support for most of the features available in the VS Code version, including Collections, Environments, scripting, code snippets, and more.
- If you'd like to try our JetBrains plugin, please contact us
Bug Fixes
- Scripting error ignores LOG LEVEL and NO report is created #1757
v2.40.15
v2.40.10
v2.40.8
v2.40.5
v2.39.11
v2.39.10
v2.39.9
v2.39.5
We’re excited to announce that Thunder Client is coming soon to JetBrains IDEs. Development is complete, and it is now in the final stages of testing.
Coming Soon: Thunder Client for JetBrains IDEs
Features
- A familiar experience with a UI closely matching our VS Code extension, making it easy to switch with no learning curve.
- Support for most of the features available in the VS Code version, including Collections, Environments, scripting, code snippets, and more.
- Early access available: companies interested in trying the beta version can contact us
v2.39.0
New Features
- Request body now use an array format to improve git diffs and merges.
- Performance improvements, including a smaller extension size.
- Freeze the field "modified" in the database JSON files #1728
- [2.39.3]: Request docs property changed to array format to improve git diffs and merges.
New functions for Scripts
// get query parameter
tc.request.url.getParam("name");
// set query parameter
tc.request.url.setParam("name", "value");Bug Fixes
- Fix: TC CLI ignored the
--iterationsoption when running a folder #1734.
