-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
# v2.0 - TBD | ||
|
||
## v2.0.0-beta.6 - 25 March 2024 | ||
|
||
- [#134](https://github.com/mineadmin/MineAdmin/pull/134) Repair data migration filling failure due to class not found by file name error | ||
- [#116](https://github.com/mineadmin/MineAdmin/pull/116) Optimize the online user statistics interface. | ||
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) Modify handleSearch conditional check function, as well as adapt primary key support snowflake ID and UUID | ||
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) Specifying swagger component version | ||
- [#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 | ||
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) Repair some files generated when table prefix is not null automatically with table prefix. | ||
## v2.0.0-beta.6 | ||
|
||
- [#178](https://github.com/mineadmin/MineAdmin/pull/178) Code generator add preview page | ||
- [#184](https://github.com/mineadmin/MineAdmin/pull/184) remove global http middleware | ||
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) specify swagger component version | ||
- [#213](https://github.com/mineadmin/MineAdmin/pull/213) Optimise `common/common.php` loading logic | ||
- [#215](https://github.com/mineadmin/MineAdmin/pull/215) Add generator migration file preview field | ||
- [#217](https://github.com/mineadmin/MineAdmin/pull/217) Remove `redis->flushAll` to avoid misbehaviour when performing `mine:update` updates | ||
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) Fix some files generated with table prefixes when table prefix is not null. | ||
- [#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. | ||
|
||
## v2.0.0-beta.5 | ||
|
||
- [#134](https://github.com/mineadmin/MineAdmin/pull/134) Fix data migration filling failure due to file name not found class error. | ||
- [#116](https://github.com/mineadmin/MineAdmin/pull/116) Optimise online user statistics interface. | ||
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) Modify handleSearch condition check function and adjust primary key to support snowflake ID and UUID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
# v2.0 - TBD | ||
|
||
## v2.0.0-beta.6 - 2024年3月25日 | ||
## v2.0.0-beta.6 | ||
|
||
- [#178](https://github.com/mineadmin/MineAdmin/pull/178) 代码生成器增加预览页面 | ||
- [#184](https://github.com/mineadmin/MineAdmin/pull/184) 移除全局 http 中间件 | ||
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) 指定 swagger 组件版本 | ||
- [#213](https://github.com/mineadmin/MineAdmin/pull/213) 优化 `common/common.php` 加载逻辑 | ||
- [#215](https://github.com/mineadmin/MineAdmin/pull/215) 添加生成器迁移文件预览字段 | ||
- [#217](https://github.com/mineadmin/MineAdmin/pull/217) 删除 `redis->flushAll`,避免执行 `mine:update`更新时误操作 | ||
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) 修复表前缀不为空时生成的某些文件自动带上了表前缀 | ||
- [#219](https://github.com/mineadmin/MineAdmin/pull/219) 增加 sql server 环境下的接口测试流程、优化现有单元测试,部分迁移文件数据结构变更 | ||
|
||
## v2.0.0-beta.5 | ||
|
||
- [#134](https://github.com/mineadmin/MineAdmin/pull/134) 修复因文件名未找到类错误而导致的数据迁移填充失败 | ||
- [#116](https://github.com/mineadmin/MineAdmin/pull/116) 优化在线用户统计界面。 | ||
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) 修改 handleSearch 条件检查函数,并调整主键支持雪花 ID 和 UUID | ||
- [#205](https://github.com/mineadmin/MineAdmin/pull/205) 指定 swagger 组件版本 | ||
- [#208](https://github.com/mineadmin/MineAdmin/pull/208) 增加 sql server 环境下的接口测试流程、优化现有单元测试,部分迁移文件数据结构变更 | ||
- [#218](https://github.com/mineadmin/MineAdmin/pull/218) 修复表前缀不为空时生成的某些文件自动带上了表前缀 | ||
- [#111](https://github.com/mineadmin/MineAdmin/pull/111) 修改 handleSearch 条件检查函数,并调整主键支持雪花 ID 和 UUID |