NativeRest 新版本发表
Released: Apr 12, 2026
v3.4.0 中的更新
特性
- Postman Migration Engine:
- Structural Folder Import: NativeRest now fully supports importing complete, nested folder structures directly from Postman files, keeping your enterprise projects perfectly organized.
- Enhanced Attributes & Tests: Added deeper support for importing additional request attributes and fixed specific edge cases when importing testing scripts from the Postman format.
- Import Statistics Dashboard: A brand-new statistics popup now appears after an import, giving you a...
Released: Apr 5, 2026
v3.3.3 中的更新
特性
- Added the ability to apply the selected authorization to multiple requests.
- Added NativeRest color preset for request methods.
- Improved import from cURL (method and body parsing).
修补程序
- Fixed saving multipart/form-data fields.
- Fixed some phrases in Bulgarian.
Released: Mar 24, 2026
v3.3.2 中的更新
特性
- Added fast XML formatting.
修补程序
- Fixed display of context menu in modal forms on macOS.
- Fixed display of the context menu on two monitors.
- Fixed setting a variable from the response body.
Released: Mar 10, 2026
v3.3.1 中的更新
特性
- Added gradient animation when creating a request and folder.
- Improved import of requests from Postman file.
Released: Mar 1, 2026
v3.3.0 中的更新
特性
- Added the ability to open a folder after saving a response and exporting requests on macOS and Linux.
- Added export/import of request description and tests fields.
- Added animation for waiting for a response in the list of requests.
- Added a color indicator for test results on the
Tests tab.
- Added
XML syntax highlighting.
- Added installer signature/certificate verification before auto-update.
- Added request size check to avoid data loss.
- Improved function
random.string to 65535 characters...
Released: Feb 18, 2026
v3.2.2 中的更新
特性
- Added
hex.encode and hex.decode functions.
- Added
if function with support for various comparison operators.
- Added support for folders when exporting to Postman format.
- Added support for folder colors when importing and exporting.
- Added method colors presets.
Released: Feb 8, 2026
v3.2.1 中的更新
特性
- Added
file.readIni and file.readXml functions.
- Added
random.ulid and random.string functions.
- Added
os.userRegistry and os.machineRegistry functions (only Windows).
Released: Feb 1, 2026
v3.2.0 中的更新
特性
- Added
file.readAll, file.readLine, file.readJson and file.readProperty functions.
- Added
os.getEnv function (the operating system's environment variable).
修补程序
- Fixed a bug with saving the state of response fields.
- Fixed various other bugs.
Released: Jan 18, 2026
v3.1.1 中的更新
特性
- Added
math.abs and math.sqrt functions.
- Added the ability to select folder color.
修补程序
- Fixed issue with saving a request when creating a new one.
- Fixed a Postman file import error.
Released: Dec 9, 2025
v3.1.0 中的更新
特性
- Added
Docs request tab.
- Added detailed information about the workspace.
- Added
string.charAt, string.startsWith and string.endsWith functions.
- Improved import from Postman files.
- Improved design of some components.