Releases: mineadmin/components
Releases · mineadmin/components
Release list
Release v3.2.0
What's Changed
- Fix the getClientIps function by @luckydog-sunny in #147
- refactor(ClientIp): standardize header names to lowercase by @zds-s in #149
- feat(crontab): add database-based crontab configuration and execution by @zds-s in #151
- refactor(UuidRequestIdProcessor): extract uuid setting logic to separate method by @zds-s in #152
- refactor(AbstractTokenMiddleware, Factory): simplify token handling and improve configuration retrieval by @zds-s in #153
- fix(LocalListCommand): correct array merge syntax by @zhoupeng-zh in #154
- fix(Plugin): update the database rollback for plugin uninstallation by @zhoupeng-zh in #155
- fix(CreateCommand): match the seeder directory when installing the plugin by @zhoupeng-zh in #156
- add context7 by @zds-s in #157
- fix(AppStore/CreateCommand): correct namespace formatting and improve JSON output by @people-sea in #158
- update nette/utils version to 4.0.* by @jerevive in #161
- ⚡ perf(appstore): 强制使用 CoroutineHandler 修复 HTTP 客户端性能 by @lanhiy in #165
New Contributors
- @zhoupeng-zh made their first contribution in #154
- @jerevive made their first contribution in #161
- @lanhiy made their first contribution in #165
Full Changelog: v3.0.1...v3.2.0
Release v3.2.0-alpha.1
Upgrade release.yml
v2.0.6
v2.0.5
What's Changed
- Fix crontab bug 0124 by @kurumii in #144
- 修复excel表格导入时表头超过AA列不能获取到数据问题 by @xnrcms in #146
- Fixed: MapperTrait中recovery不能触发hyperf模型事件 restoring 和 restored 钩子 by @people-sea in #128
- perf(office): 支持深层次的获取自定义的表格数据 by @pfsj-xk in #123
- 更新 IP2REGION 版本数据结构的支持 by @zoujingli in #159
- fix: 限制 nette/utils 版本为稳定的 4.0 系列,避免安装 dev 或 RC 版本 by @westng in #162
New Contributors
- @kurumii made their first contribution in #144
- @xnrcms made their first contribution in #146
- @pfsj-xk made their first contribution in #123
- @zoujingli made their first contribution in #159
- @westng made their first contribution in #162
Full Changelog: v2.0.4...v2.0.5
v3.0.1
What's Changed
- Update readme by @zds-s in #133
- Rector Workflows by @zds-s in #134
- Enhanced validation checks for refresh tokens to ensure they meet specified constraints. by @gladtoeatu in #135
- fix(src): Fix the copy method in the Filesystem class to ensure that … by @Faizele in #136
- 修复token不存在过期时间问题 by @lait233 in #137
- Optimize plugin namespace by @gladtoeatu in #139
- added(JwtAuth): 添加用户 和当前用户 Interface by @people-sea in #140
- src/Upload/Listener/UploadListener.php:Fix 传完成主动删除/tmp临时文件 by @ljk123 in #141
- feat(Jwt): add custom builder callback support by @zds-s in #143
New Contributors
- @Faizele made their first contribution in #136
- @lait233 made their first contribution in #137
- @ljk123 made their first contribution in #141
Full Changelog: v3.0...v3.0.1
Release v3.0
🦄 refactor: 优化订阅事件,处理目录不存在时的提示 (#132) Co-authored-by: frank <noikiy@qq.com>
Release v3.0-RC
style(Request): improve code organization and readability
Release V2.0.4
Release v2.0.3
chore: phpoffice 驱动添加callbackData回调
Release v2.0.2
Introduce Packaging and Version Distribution Commands for Plugins (#115) * Introduce Packaging and Version Distribution Commands for Plugins * Apply cs fix