Skip to content

Releases: mineadmin/components

Release v3.0

28 Nov 06:38
e726c73
Compare
Choose a tag to compare
🦄 refactor: 优化订阅事件,处理目录不存在时的提示 (#132)

Co-authored-by: frank <[email protected]>

Release v3.0-RC

23 Oct 13:51
Compare
Choose a tag to compare
style(Request): improve code organization and readability

Release V2.0.4

16 Oct 06:21
1ed3fd3
Compare
Choose a tag to compare

What's Changed

  • refactor: change $localPluginPath path by @kanyxmo in #120
  • fix(修复下载插件失败): 修复下载插件时,因space字段重叠拼接导致插件识别错误 by @sinceleo in #122
  • fix(AppStore): 下载插件后解压目录异常 by @zds-s in #125
  • 插件内多语言,内聚 by @netyum in #124

New Contributors

Full Changelog: v2.0.3...v2.0.4

Release v2.0.3

29 Jul 04:57
Compare
Choose a tag to compare
chore: phpoffice 驱动添加callbackData回调

Release v2.0.2

11 Jul 16:09
94bb5e2
Compare
Choose a tag to compare
Introduce Packaging and Version Distribution Commands for Plugins (#115)

* Introduce Packaging and Version Distribution Commands for Plugins

* Apply cs fix

Release v2.0.1.1

22 Jun 16:38
c41c03e
Compare
Choose a tag to compare
fix github actions (#102)

v2.0.1

22 Jun 16:10
247e75d
Compare
Choose a tag to compare

What's Changed

  • fix hyperf version by @zds-s in #1
  • fix: 重复提交验证放在方法执行前 by @zds-s in #2
  • fix: split script by @zds-s in #3
  • 2.0 dev by @zds-s in #4
  • fixed by @zds-s in #5
  • fixed instanceof reused is_subclass_of by @zds-s in #6
  • feat: 2.0主键支持UUID和雪花ID by @kanyxmo in #8
  • fix: 添加isset检查 by @kanyxmo in #9
  • 2.0 by @zds-s in #10
  • Fixed crontab query logic by @zds-s in #12
  • The transaction annotation supports setting the connection name by @Chance-fyi in #14
  • merge dev by @zds-s in #15
  • Update MapperTrait.php by @kanyxmo in #16
  • Mine App Store Implementation by @zds-s in #19
  • Add another class for quick filtering by @zds-s in #20
  • Optimize cs-fix versions that cause ci failures and remove abstractService, abstractMapper, etc. deprecation tags. by @zds-s in #21
  • Optimize the handling of plugin uninstallScript,installScript configu… by @zds-s in #22
  • Rename mapper to dao by @zds-s in #23
  • fix: Incorrect use of operators by @xingkoo in #24
  • Fixed XlsWriter is compatible with index discontinuity by @wxfjamdc in #25
  • Improve plug-in installation and uninstallation logic to generate lock files. by @zds-s in #26
  • Optimise plugin uninstall command prompt text by @zds-s in #27
  • Optimising system command calls to remove short names by @zds-s in #28
  • Added plugin create command by @zds-s in #29
  • Fixed upload mode by @zds-s in #30
  • Fixed by @zds-s in #32
  • Remove all possibilities for generating proxies by @zds-s in #33
  • Improve NextCorex by @zds-s in #34
  • Optimising service update code templates by @zds-s in #35
  • add config encrypt by @netyum in #36
  • Removing the gateway component.Fix str_replace parameter error when DB_PREFIX is not set by @zds-s in #37
  • Added Split actions by @zds-s in #38
  • Fixed by @zds-s in #39
  • Fix the controller generation zip judgement failure problem by @zds-s in #40
  • Added moer Actions by @zds-s in #41
  • Patch 1 by @zds-s in #42
  • Add plugin-to-plugin dependency checking by @zds-s in #43
  • Added Like operator by @zds-s in #44
  • feature support route param by @netyum in #45
  • Optimise the App Store by @zds-s in #46
  • Fixed by @zds-s in #47
  • 响应信息增加path 方便并发响应时,追踪是什么请求 by @netyum in #48
  • Add the generated controller to the CheckModule by @zds-s in #49
  • Customizing response headers by @zds-s in #50
  • Fix by @zds-s in #51
  • Update by @zds-s in #52
  • Splitting components http-server by @zds-s in #53
  • Improving HttpServer component information by @zds-s in #54
  • Splitting the crontab component by @zds-s in #55
  • Add process handling documents to the subrepository by @zds-s in #57
  • Splitting modular components by @zds-s in #56
  • Added new components security-bundle and security-http by @zds-s in #58
  • Add components for secure access control by @zds-s in #59
  • Export support for subscripted arrays by @zds-s in #61
  • Fixes the failure to generate files when certain words (category) are pluralized. by @hi-noikiy in #63
  • Fix the inability to generate a mod in the case of a plural form of table name prefix_table_name(s) by @hi-noikiy in #64
  • Update MineCrontabProcess.php Cron Always open by @onekb in #60
  • Optimise the install command. Keeping it simple by @zds-s in #65
  • Remove built-in amqp processing by @zds-s in #66
  • 插件创建命令生成mine.json增加可视打印 by @NEKGod in #67
  • Optimisation plugin autogeneration by @NEKGod in #68
  • 更改插件web目录生成位置,生成迁移文件目录 by @NEKGod in #69
  • Automatically add pr labels by @zds-s in #70
  • Added support component by @zds-s in #72
  • Optimal SecurityHttp component by @zds-s in #71
  • Fix code generator to get model primary key by @zds-s in #73
  • Reset 'Fix code generator to get model primary key' by @zds-s in #74
  • Optimal appStoreService by @zds-s in #75
  • Optimal AppStore by @zds-s in #76
  • Optimal download plugin by @zds-s in #81
  • feat(MineExcel): 新增按照属性在代码中的顺序排序方案 by @develop-chen in #77
  • Fixed copy frontend files by @zds-s in #85
  • Update actions by @zds-s in #87
  • Release 2.0-stable by @zds-s in #88
  • Update InstallProjectCommand.php by @luckydog-sunny in #89
  • Remove auto cs-fix author by @zds-s in #90
  • Add PluginNotFoundException and make Plugin::read more safe by @BadJacky in #91
  • Optimize Command Component in App Store by @BadJacky in #92
  • Remove env space between k-v by @BadJacky in #94
  • Added composer.json normalize support by @zds-s in #95
  • Update some statments by @BadJacky in #93
  • Optimize dependencies in composer.json and remove next-x-core by @zds-s in #96
  • Remove mine.json validation by @zds-s in #97
  • Optimal method Plugin::install by @zds-s in #99
  • Update Plugin by @zds-s in #100
  • Fix path differences given func checkPlugin by @BadJacky in #98
  • Release v2.0.1 by @zds-s in #101

New Contributors

Full Changelog: v1.5.3...v2.0.1

v2.0-stable

30 May 08:22
edada5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0-RC...v2.0-stable

V2.0-RC

16 May 14:43
Compare
Choose a tag to compare

What's Changed

  • fix hyperf version by @zds-s in #1
  • fix: 重复提交验证放在方法执行前 by @zds-s in #2
  • fix: split script by @zds-s in #3
  • 2.0 dev by @zds-s in #4
  • fixed by @zds-s in #5
  • fixed instanceof reused is_subclass_of by @zds-s in #6
  • feat: 2.0主键支持UUID和雪花ID by @kanyxmo in #8
  • fix: 添加isset检查 by @kanyxmo in #9
  • 2.0 by @zds-s in #10
  • Fixed crontab query logic by @zds-s in #12
  • The transaction annotation supports setting the connection name by @Chance-fyi in #14
  • merge dev by @zds-s in #15
  • Update MapperTrait.php by @kanyxmo in #16
  • Mine App Store Implementation by @zds-s in #19
  • Add another class for quick filtering by @zds-s in #20
  • Optimize cs-fix versions that cause ci failures and remove abstractService, abstractMapper, etc. deprecation tags. by @zds-s in #21
  • Optimize the handling of plugin uninstallScript,installScript configu… by @zds-s in #22
  • Rename mapper to dao by @zds-s in #23
  • fix: Incorrect use of operators by @xingkoo in #24
  • Fixed XlsWriter is compatible with index discontinuity by @wxfjamdc in #25
  • Improve plug-in installation and uninstallation logic to generate lock files. by @zds-s in #26
  • Optimise plugin uninstall command prompt text by @zds-s in #27
  • Optimising system command calls to remove short names by @zds-s in #28
  • Added plugin create command by @zds-s in #29
  • Fixed upload mode by @zds-s in #30
  • Fixed by @zds-s in #32
  • Remove all possibilities for generating proxies by @zds-s in #33
  • Improve NextCorex by @zds-s in #34
  • Optimising service update code templates by @zds-s in #35
  • add config encrypt by @netyum in #36
  • Removing the gateway component.Fix str_replace parameter error when DB_PREFIX is not set by @zds-s in #37
  • Added Split actions by @zds-s in #38
  • Fixed by @zds-s in #39
  • Fix the controller generation zip judgement failure problem by @zds-s in #40
  • Added moer Actions by @zds-s in #41
  • Patch 1 by @zds-s in #42
  • Add plugin-to-plugin dependency checking by @zds-s in #43
  • Added Like operator by @zds-s in #44
  • feature support route param by @netyum in #45
  • Optimise the App Store by @zds-s in #46
  • Fixed by @zds-s in #47
  • 响应信息增加path 方便并发响应时,追踪是什么请求 by @netyum in #48
  • Add the generated controller to the CheckModule by @zds-s in #49
  • Customizing response headers by @zds-s in #50
  • Fix by @zds-s in #51
  • Update by @zds-s in #52
  • Splitting components http-server by @zds-s in #53
  • Improving HttpServer component information by @zds-s in #54
  • Splitting the crontab component by @zds-s in #55
  • Add process handling documents to the subrepository by @zds-s in #57
  • Splitting modular components by @zds-s in #56
  • Added new components security-bundle and security-http by @zds-s in #58
  • Add components for secure access control by @zds-s in #59
  • Export support for subscripted arrays by @zds-s in #61
  • Fixes the failure to generate files when certain words (category) are pluralized. by @hi-noikiy in #63
  • Fix the inability to generate a mod in the case of a plural form of table name prefix_table_name(s) by @hi-noikiy in #64
  • Update MineCrontabProcess.php Cron Always open by @onekb in #60
  • Optimise the install command. Keeping it simple by @zds-s in #65
  • Remove built-in amqp processing by @zds-s in #66
  • 插件创建命令生成mine.json增加可视打印 by @NEKGod in #67
  • Optimisation plugin autogeneration by @NEKGod in #68
  • 更改插件web目录生成位置,生成迁移文件目录 by @NEKGod in #69
  • Automatically add pr labels by @zds-s in #70
  • Added support component by @zds-s in #72
  • Optimal SecurityHttp component by @zds-s in #71
  • Fix code generator to get model primary key by @zds-s in #73
  • Reset 'Fix code generator to get model primary key' by @zds-s in #74
  • Optimal appStoreService by @zds-s in #75
  • Optimal AppStore by @zds-s in #76
  • Optimal download plugin by @zds-s in #81
  • feat(MineExcel): 新增按照属性在代码中的顺序排序方案 by @Caleb2048 in #77

New Contributors

Full Changelog: https://github.com/mineadmin/components/commits/v2.0-RC