Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update - 1.7.0 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,56 @@
# Changelog

## Unreleased

## 1.7.0 - 2024-05-25

## [1.6.3] - 2024-05-25
- 1.7.0 by @mdddj in https://github.com/mdddj/SalvoRsTool/pull/23

## 1.6.3 - 2024-05-25

- 升级kotlin到2.0.0
- 开启k2编译器

## [1.6.2] - 2024-05-18
## 1.6.2 - 2024-05-18

- 适配2024.1


## [1.6.0] - 2024-05-13
## 1.6.0 - 2024-05-13

- 注意:下面的功能需要在前端项目中添加两个前端框架(<a href='https://tailwindcss.com/docs/installation/'>tailwindcss</a>和<a href='https://daisyui.com/'>daisy ui</a>)
- 添加生成react hook from的功能 (struct)
- 添加一个自用的ts模板文件窗口
- (如果要使用生成react hook from的功能,需要添加这两个模版文件才能使用,模板文件名:ts_input.tsx,ts_modal.tsx)
- <a href='https://mdddj.github.io/SalvoRsToolDocument/changelog%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97.html#1-6-0'>更新日志</a>

## [1.5.2] - 2024-05-10
## 1.5.2 - 2024-05-10

- 修复struct属性为Option类型无法生成Typescript Interface字段的问题
- <p><b><a href="https://mdddj.github.io/SalvoRsToolDocument/changelog%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97.html#1-5-2">更新日志</a></b></p>

## [1.5.1] - 2024-05-08
## 1.5.1 - 2024-05-08

- 适配RustRover2024.1.EAP
- 添加api右键菜单相关功能
- <p><b><a href="https://mdddj.github.io/SalvoRsToolDocument/changelog%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97.html">更新日志</a></b></p>

## [1.5.0] - 2024-04-28
## 1.5.0 - 2024-04-28

- 添加salvo api 接口搜索功能
- 添加salvo tool window
- 调整生成dto弹窗样式


## [1.3.5] - 2024-04-25
## 1.3.5 - 2024-04-25

- 添加antd table column 和interface 预览
- 优化action的展示逻辑

## [1.3.4] - 2024-04-24
## 1.3.4 - 2024-04-24

- 添加antd table column 快速生成
- 添加interface快速生成

## [1.3.0] - 2024-04-23
## 1.3.0 - 2024-04-23

- Add antd from form generation function
- 添加生成antd pro from表单功能