|
1 | 1 | # v2.0 - TBD
|
2 | 2 |
|
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 |
0 commit comments