Skip to content

Releases: mineadmin/MineAdmin

v2.0.0-beta.5

07 Mar 14:33
b592f2f
Compare
Choose a tag to compare

What's Changed

  • Delete runtime files by @Chance-fyi in #124
  • merge master by @zds-s in #125
  • Merge pull request #125 from mineadmin/master by @zds-s in #126
  • merge 2.0 by @zds-s in #127
  • 2.0.x dev by @kanyxmo in #128
  • 2.0 by @kanyxmo in #129
  • Rename setting_crontab.php to setting_crontab_seeder.php by @assert6 in #134
  • Improve app store functionality by providing built-in app store visua… by @zds-s in #135
  • Improve app store functionality and provide built-in app store visualization plug-ins by @zds-s in #136
  • Add English readme and some interface unit tests. by @zds-s in #137
  • Optimize pest configuration and improve MenuController interface testing. by @zds-s in #156
  • Fixed by @zds-s in #157
  • Added CacheMonitorController Test by @zds-s in #158
  • Add more controller single tests by @zds-s in #163
  • Add more controller tests by @zds-s in #164
  • Optimise request->all() to clear the number subscripts when fetching by @zds-s in #165

New Contributors

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5

v2.0.0-beta.4

02 Feb 07:31
c64afe6
Compare
Choose a tag to compare
  • 完善 pest 单测示例
  • 优化 代码生成器 前端文件生成时 viewType 字段不正确
  • 优化 在线用户统计 逻辑
  • 从仓库内移除 composer.lock 文件

What's Changed

  • 2.0 by @Death-Satan in #115
  • Optimize the online user statistics interface. by @Death-Satan in #116
  • 2.0 by @Death-Satan in #117
  • fixed pest by @Death-Satan in #119
  • v2.0.4-beta by @Death-Satan in #122

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

31 Jan 08:09
e792b3e
Compare
Choose a tag to compare

v2.0.0-beta.2

24 Jan 23:18
7f3668c
Compare
Choose a tag to compare
  1. 修复代码生成器 index.vue viewType选项字符串问题 #106
  2. 修复 mapperTrait delete方法php语法错误 #106
  3. 新增 github issue模板(used hyperf template)
  4. 修复 字典service 缓存注解错误 #105
  5. 优化 dockerfile #103

v2.0.0-beta.1

20 Jan 17:05
05cffdf
Compare
Choose a tag to compare
  • 优化缓存获取逻辑
  • 优化在线用户统计

v2.0-beta

20 Jan 14:19
Compare
Choose a tag to compare
  1. 适配hyperf3.1
  2. 优化生成器代码
  3. mine-core核心包分离

v1.4.12

20 Jan 06:06
Compare
Choose a tag to compare
  • migration文件与model文件重复

v1.4.11

20 Jan 05:57
66d9883
Compare
Choose a tag to compare
  • 修复1.4.1部分文件语法错误

v1.4.1 Releases

19 Jan 08:11
Compare
Choose a tag to compare
  1. 新增 php-cs-fixer 代码风格格式化配置
  2. mapper的filled函数替换blank函数
  3. 新增表主键支持雪花ID、uuid,自动识别主键类型
  4. 优化 附件删除菜单权限父ID归属错误问题
  5. 修复Seeder php 8.2语法兼容性
  6. 迁移文件支持pgsql

[迁移步骤] (#95)

v1.4.x

08 Dec 07:04
Compare
Choose a tag to compare
refactor: 更新mine-core核心包