Changelog
More logs at Github
2.0.3 (2024-08-03)
Fix the bug where the JSON to Sea-ORM type is null.
Fix the issue with reading the Cargo.toml file causing an error.
2.0.0 (2024-07-19)
Completely rewritten `salvo api` scanning implementation
Added right-click menu operation function to jump to `salvo router handle` See
Group `salvo` Code generate function operations
1.9.0 (2024-07-04)
Change the plugin name to RustX, and the icon
Added sea-rom-cli visual operation function View documentation
1.8.0
1.添加json 生成 sea-orm migration代码工具
beta版
1.6.0
注意:下面的功能需要在前端项目中添加两个前端框架(tailwindcss和daisy ui)
添加生成react hook from的功能 (struct)
添加一个自用的ts模板文件窗口
(如果要使用生成react hook from的功能,需要添加这两个模版文件才能使用,模板文件名:ts_input.tsx,ts_modal.tsx)
1.5.2
修复struct属性为Option类型无法生成Typescript Interface字段的问题
1.5.1
Api窗口添加复制URL和复制antd request 请求功能,详情 查看
适配RustRover2024.1
1.5.0
调整dto生成代码的窗口
添加Salvo Api接口扫描工具,详情查看Api Window