Fast Request Versions Save

IntelliJ IDEA plugin Restful Fast Request

v2.1.2

2 years ago
  • Add support for export api to Postman(添加对导出api到Postman的支持)
  • Open the idea lazy loading API Navigate tree for the first time(首次打开idea懒加载API Navigate树)
  • SearchEveryWhere show module(SearchEveryWhere module标识)
  • Optimize URL parsing(Url解析优化) #38
  • Optimize the display of api navigate tree(API navigate tree展示优化) #43
  • Optimize the group when save api(API保存分组优化)
  • Global header params support(全局请求头支持) #42

v2.1.1

2 years ago
  • SearchEveryWhere #####support(SearchEveryWhere支持) #26
  • Add a what's new button to view the latest version at any time(增加一个最新变化按钮可以随时查看最新版本)
  • Optimize the parsing of enum(优化枚举的解析) #27
  • Add support for http redirect(增加对http重定向的支持) #36

v2.0.9

2 years ago

v2.0.9

  • Fix "Slow operations are prohibited on EDT" for 2021.3+(2021.3+版本修复"Slow operations are prohibited on EDT")
  • Fix add headers from response(修复快速从response添加Headers)
  • Add project-level configuration,env and project will not change while switch project(添加项目级别的配置,切换项目env和project不受变化)
  • Add format action icon to textEditor(文本编辑器添加了快捷格式化按钮)

v2.0.8.1

2 years ago
  • Fix conflicting error when searchEveryWhere(修复searchEveryWhere冲突警告)
  • Adjust position of toolbar action button(调整低版本idea工具栏操作按钮至工具栏顶部位置)
  • remove unnecessary dependence. Size 11.1M->5.9M(移除多余依赖,插件从11.1M降至5.9M)

v2.0.8

2 years ago
  • Fix npe when first add project/env(修复初次添加项目或环境npe)
  • Json tree response character rendering maximum limit(json树响应字符渲染最大限制)
  • Add support for filter by methodType in Api navigate(添加Api navigate对methodType的支持)
  • Add support for ignoring parameter parsing(添加对忽略参数解析的支持)
  • Fix some EDT problem(线程导致的EDT问题)
  • Send/sendDownload button support for custom shortcut keys(send/sendDownload支持自定义快捷键)
  • fix response text not show in 2021.3(修复2021.3响应不显示)

v2.0.7

2 years ago
  • Add support for api navigate tree(添加API导航树)
  • Add support for automatic switching of Headers with project and environment switching(添加Headers随项目和环境切换自动切换的支持)
  • Optimized windows system. In some cases, downloading files cannot pop up the directory(优化windows系统某些情况下下载文件无法弹出目录)
  • Optimize the parameter parse of @RequestParam(优化@RequestParam的参数解析)
  • Optimize tool window project and env drop-down components and layout(优化工具窗口project和env下拉组件及布局)
  • Optimize the prompt message of curl copy(curl拷贝提示优化)
  • Optimize the prompt message of curl regenerate(regenerate提示优化)
  • Add confirm operation when delete Delete project and env config(删除project和env配置增加确认操作)
  • Fix the order of json field output is disrupted(修复json字段输出循序被打乱)
  • Move send button to toolbar and support keyboard shortcut(将发送请求按钮至工具栏同时支持快捷键)

v2.0.6

2 years ago

Fix "Light files should have PSI only in one project" Add support for json syntax check(添加对json的语法支持) #8 Add support for PATCH method(添加对PATCH的支持)
Added support for saving the API to the corresponding module group(添加API保存时候存入对应的模块分组的支持) Fix null value in response not output(修复响应中null值不输出的问题) Add support for JAX-RS(添加对JAX-RS的支持) Show what's new(展示最新功能)

image

image

image

v2.0.5

2 years ago
  • JSON built-in editor support(JSON内置编辑器支持)
  • Fix checkbox hidden when change param by text(修复全选参数框隐藏问题)
  • Fix headers param show error when reshow the api(修复API回显Headers参数异常)
  • Optimized the request progress bar display(优化了请求进度条显示)

v2.0.4

2 years ago
  • Fix the interface confusion caused by the response content aisle(修复因response内容过道导致的界面错乱问题)
  • Optimization of response JSON ultra long display(Response json超长显示优化)
  • Optimized icon size(优化图标尺寸)
  • Migrate Chinese documents to Gitee(中文文档迁移至gitee)
  • #6

v2.0.3

2 years ago

image

  • Add confirmation when deleting api(删除API的时候增加了确认)
  • Added the support of selecting all parameters and inverting selection(添加了参数全选反选的功能)
  • #5 Fix param parse for java.util.Set(修复java.util.Set参数解析问题)
  • Fix parse like 【@RequestParam(value="address[]") Set<String> address】(修复诸如【@RequestParam(value="address[]") Set<String> address】的参数解析)
  • Fix the confusion of the quick add header interface(修复快速添加headers界面错乱)