Skip to content

Commit 41183a3

Browse files
authored
Releases-2.0-beta.6 (#221)
1 parent 861e930 commit 41183a3

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

CHANGELOG-2.0.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# v2.0 - TBD
22

3-
## v2.0.0-beta.6 - 25 March 2024
4-
5-
- [#134](https://github.com/mineadmin/MineAdmin/pull/134) Repair data migration filling failure due to class not found by file name error
6-
- [#116](https://github.com/mineadmin/MineAdmin/pull/116) Optimize the online user statistics interface.
7-
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) Modify handleSearch conditional check function, as well as adapt primary key support snowflake ID and UUID
8-
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) Specifying swagger component version
9-
- [#208](https://github.com/mineadmin/MineAdmin/pull/208) Adding interface testing process in sql server environment. Optimization of existing unit tests, data structure changes in some migration files
10-
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) Repair some files generated when table prefix is not null automatically with table prefix.
3+
## v2.0.0-beta.6
4+
5+
- [#178](https://github.com/mineadmin/MineAdmin/pull/178) Code generator add preview page
6+
- [#184](https://github.com/mineadmin/MineAdmin/pull/184) remove global http middleware
7+
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) specify swagger component version
8+
- [#213](https://github.com/mineadmin/MineAdmin/pull/213) Optimise `common/common.php` loading logic
9+
- [#215](https://github.com/mineadmin/MineAdmin/pull/215) Add generator migration file preview field
10+
- [#217](https://github.com/mineadmin/MineAdmin/pull/217) Remove `redis->flushAll` to avoid misbehaviour when performing `mine:update` updates
11+
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) Fix some files generated with table prefixes when table prefix is not null.
12+
- [#219](https://github.com/mineadmin/MineAdmin/pull/219) Add interface testing process under sql server environment, optimise existing unit test, change data structure of some migration files.
13+
14+
## v2.0.0-beta.5
15+
16+
- [#134](https://github.com/mineadmin/MineAdmin/pull/134) Fix data migration filling failure due to file name not found class error.
17+
- [#116](https://github.com/mineadmin/MineAdmin/pull/116) Optimise online user statistics interface.
18+
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) Modify handleSearch condition check function and adjust primary key to support snowflake ID and UUID

CHANGELOG-2.0.zh_CN.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# v2.0 - TBD
22

3-
## v2.0.0-beta.6 - 2024年3月25日
3+
## v2.0.0-beta.6
4+
5+
- [#178](https://github.com/mineadmin/MineAdmin/pull/178) 代码生成器增加预览页面
6+
- [#184](https://github.com/mineadmin/MineAdmin/pull/184) 移除全局 http 中间件
7+
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) 指定 swagger 组件版本
8+
- [#213](https://github.com/mineadmin/MineAdmin/pull/213) 优化 `common/common.php` 加载逻辑
9+
- [#215](https://github.com/mineadmin/MineAdmin/pull/215) 添加生成器迁移文件预览字段
10+
- [#217](https://github.com/mineadmin/MineAdmin/pull/217) 删除 `redis->flushAll`,避免执行 `mine:update`更新时误操作
11+
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) 修复表前缀不为空时生成的某些文件自动带上了表前缀
12+
- [#219](https://github.com/mineadmin/MineAdmin/pull/219) 增加 sql server 环境下的接口测试流程、优化现有单元测试,部分迁移文件数据结构变更
13+
14+
## v2.0.0-beta.5
415

516
- [#134](https://github.com/mineadmin/MineAdmin/pull/134) 修复因文件名未找到类错误而导致的数据迁移填充失败
617
- [#116](https://github.com/mineadmin/MineAdmin/pull/116) 优化在线用户统计界面。
7-
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) 修改 handleSearch 条件检查函数,并调整主键支持雪花 ID 和 UUID
8-
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) 指定 swagger 组件版本
9-
- [#208](https://github.com/mineadmin/MineAdmin/pull/208) 增加 sql server 环境下的接口测试流程、优化现有单元测试,部分迁移文件数据结构变更
10-
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) 修复表前缀不为空时生成的某些文件自动带上了表前缀
18+
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) 修改 handleSearch 条件检查函数,并调整主键支持雪花 ID 和 UUID

0 commit comments

Comments
 (0)