| 
							
							
								 lishuyan | 586322a180 | refactor(crud):♻️ 重构树形结构构建逻辑,支持了使用查询条件,缺失根节点时,树节点不丢失。 - 移除了冗余的代码和不必要的注释
- 使用三元运算符简化了 treeNodeConfig 的赋值
- 新增 createMethodReference 方法,通过反射创建方法引用
- 使用 TreeBuildUtils.buildMultiRoot 方法替代 TreeUtil.build,支持多根节点树的构建 | 2025-07-20 14:11:05 +08:00 |  | 
			
				
					|  | 4719a349dd | chore: 优化代码注释 | 2025-07-11 21:41:18 +08:00 |  | 
			
				
					|  | aefd61b855 | refactor(extension/crud): 移除 Crane4j 依赖方便使用者自定义实现 | 2025-07-10 20:31:16 +08:00 |  | 
			
				
					|  | 3be0d90018 | chore(extension/crud): 完善树配置相关注释 - 在 CrudProperties 中添加了树配置的注释,明确用于简单树场景
- 在 CrudTreeProperties 中增加了用于简单树场景的注释,并添加了与 TreeField 的关联
- 在 TreeField 中添加了用于复杂树场景的注释,明确了其适用范围 | 2025-07-10 20:20:21 +08:00 |  | 
			
				
					|  | a0ace7d60c | build: groupId top.continew => top.continew.starter | 2025-07-05 17:29:58 +08:00 |  | 
			
				
					|  | 0729be287c | revert(extension/crud): 还原 CrudRequestMapping 的 ignoreAuth、ignorePermission 支持(方案不优雅) | 2025-07-05 16:36:53 +08:00 |  | 
			
				
					|  | cce1b5560b | feat(extension/crud): CrudService 增加 Valid 校验注解,Controller 层使用 Valid 替换部分 Validated 注解 在 Service 层实现类添加 Validated 注解即可开启 Service 层校验 | 2025-07-04 21:24:29 +08:00 |  | 
			
				
					|  | 223236aad3 | chore: 简化 package,对于互斥包不再单独命名,例如:data.mp、data.mf,统一为 data | 2025-07-04 21:15:28 +08:00 |  | 
			
				
					|  | 78a7904c2f | chore(core): 调整 CheckUtils 等校验类到 util.validation 包下 | 2025-07-04 21:06:28 +08:00 |  | 
			
				
					|  | 54ef6c6652 | feat(crud): CrudRequestMapping 注解增加 ignoreAuth、ignorePermission 支持 | 2025-07-03 22:03:32 +08:00 |  | 
			
				
					|  | 5ae5b2602a | feat(validation): 新增校验模块并引入 SpEL Validator 用于复杂校验场景 | 2025-06-18 20:19:36 +08:00 |  | 
			
				
					|  | 5a53d953da | refactor(excel): file => excel | 2025-06-17 21:19:57 +08:00 |  | 
			
				
					|  | bc53d5bfff | feat(extension/crud): 新增 Api.BATCH_DELETE 批量删除枚举,拆分单个删除和批量删除接口 | 2025-06-16 22:29:00 +08:00 |  | 
			
				
					|  | a7d1e71ab3 | refactor(extension/crud): AbstractBaseController => AbstractCrudController,BaseService => CrudService | 2025-06-15 22:36:48 +08:00 |  | 
			
				
					|  | ad298930db | release: v2.12.1 | 2025-06-09 21:43:40 +08:00 |  | 
			
				
					|  | 265d90fa4c | style: 调整代码风格 null == xx => xx == null(更符合大众风格) | 2025-06-01 11:09:12 +08:00 |  | 
			
				
					|  | f83a901626 | refactor: 移除 web-core,融合 web-core 和 core 模块 1.移除 web-core,融合 web-core 和 core 模块
2.调整部分依赖顺序 | 2025-05-22 21:49:20 +08:00 |  | 
			
				
					| 
							
							
								 liquor | 9c6182e028 | refactor(web): 拆分 web 模块 | 2025-05-20 14:58:38 +00:00 |  | 
			
				
					|  | ae7a267c1d | style: 调整代码风格 null != xx => xx != null(更符合大众风格) | 2025-05-17 13:50:59 +08:00 |  | 
			
				
					|  | 70f8fc01c0 | feat(extension/crud): PageQuery 和 SortQuery 完善带参构造方法 | 2025-05-14 20:19:56 +08:00 |  | 
			
				
					|  | 7d97026480 | refactor(license): 优化 License 模块部分代码 | 2025-04-29 14:33:11 +00:00 |  | 
			
				
					|  | 934a5f7b6d | style: 统一请求参数、响应参数注释 | 2025-04-16 21:52:49 +08:00 |  | 
			
				
					|  | 8766f11eb2 | refactor(extension/crud): 将 @DictField 注解重命名为 @DictModel,用于更清晰地表示字典结构映射 | 2025-04-09 20:17:39 +08:00 |  | 
			
				
					|  | 45da758dee | refactor(extension/crud): 重构删除接口,以解决批量删除时 URL 中 ID 列表过长问题 | 2025-04-04 17:29:00 +08:00 |  | 
			
				
					|  | 1903520433 | refactor(extension/crud): 将新增操作由 ADD 改为创建操作 CREATE | 2025-03-21 20:46:07 +08:00 |  | 
			
				
					|  | c9c7c34506 | refactor: 优化部分错误提示信息和代码注释 | 2025-03-18 20:42:46 +08:00 |  | 
			
				
					|  | 591a44d861 | refactor(crud): 将详情方法命名还原为 get - 修改了 AbstractBaseController 中的 detail 方法名为 get
- 更新了对应的 Api 枚举值,将 DETAIL 改为 GET | 2025-03-07 22:44:10 +08:00 |  | 
			
				
					|  | d771e12839 | fix(extension/crud): 修复查询条件校验无效的问题 | 2025-01-16 20:50:52 +08:00 |  | 
			
				
					|  | 6e621bc459 | chore(extension/crud): 移除 BaseDO、BaseCreateDO、BaseUpdateDO 等(已移动到 Admin 项目内) | 2025-01-12 23:15:49 +08:00 |  | 
			
				
					|  | 0b342d5c73 | chore(extension/crud): 移除 CommonUserService、ContainerPool(已移动到 Admin 项目内) | 2025-01-09 20:32:20 +08:00 |  | 
			
				
					|  | eb2cac54f7 | chore(extension/crud): 移除 BaseResp、BaseDetailResp(已移动到 Admin 项目内) | 2024-12-27 21:33:12 +08:00 |  | 
			
				
					|  | 73b066a88d | chore: 优化部分代码格式 | 2024-12-06 21:01:25 +08:00 |  | 
			
				
					|  | 2a5ace0033 | refactor(extension/crud): BaseController => AbstractBaseController,并移除 CrudApiStrategy | 2024-12-06 21:00:23 +08:00 |  | 
			
				
					|  | 6a6c559d2f | refactor(extension/crud): 优化校验器分组命名 | 2024-12-06 10:05:20 +08:00 |  | 
			
				
					|  | 16da470008 | refactor(extension/crud): CrudApiHandler preHandle 方法增加 args 方法参数入餐 | 2024-11-21 23:11:16 +08:00 |  | 
			
				
					|  | f2a30e8b74 | refactor(extension/crud): 优化部分代码 | 2024-11-21 20:13:19 +08:00 |  | 
			
				
					|  | 15f87068c6 | refactor(extension/crud): 增强 BaseController 内 API 校验,支持指定 Controller 单独处理 | 2024-11-20 22:32:03 +08:00 |  | 
			
				
					|  | 3a0c3e02b0 | refactor(extension/crud): 调整 BaseController、BaseService 到 crud-core 模块 | 2024-11-20 21:40:21 +08:00 |  | 
			
				
					|  | 3edf79cf3b | refactor(extension/crud): 重构 BaseController 内权限校验 1.移除 SaToken 依赖
2.移除 checkPermission 方法
3.新增 CrudApi 注解 | 2024-11-19 23:08:39 +08:00 |  | 
			
				
					|  | 4e2096e37d | fix: 修复遗漏的 validate 导入替换 | 2024-11-18 22:56:48 +08:00 |  | 
			
				
					|  | 8dcde6b84d | chore(extension/crud): 优化部分注释 | 2024-11-18 22:46:02 +08:00 |  | 
			
				
					|  | 27ce092b79 | fix(extension/crud): 修复新增响应结构 BaseIdResp 无法被继承问题 | 2024-11-17 19:16:39 +08:00 |  | 
			
				
					|  | 4b77d5cb3f | chore(extension/crud): 查询详情命名调整,GET -> DETAIL,增加详情权限校验 | 2024-11-14 20:32:40 +08:00 |  | 
			
				
					|  | a8c6ea3079 | feat(extension/crud): DictField extraKey => extraKeys | 2024-11-12 21:39:06 +08:00 |  | 
			
				
					|  | 9b7ea33c0b | feat(extension/crud): 查询字典列表新增支持 extraKey 额外信息字段 | 2024-11-08 20:57:04 +08:00 |  | 
			
				
					|  | f4b23102a9 | chore(extension/crud): 移除 TreeUtils | 2024-10-16 22:37:32 +08:00 |  | 
			
				
					|  | 5891c4aa61 | feat(extension/crud): 支持树结构全局配置 | 2024-10-13 21:23:31 +08:00 |  | 
			
				
					|  | cd69b2adb6 | chore: 优化部分依赖传递范围 | 2024-09-28 21:32:31 +08:00 |  | 
			
				
					|  | 46773df9dd | chore: 优化代码格式 | 2024-09-11 22:24:46 +08:00 |  | 
			
				
					|  | ea6b316296 | refactor(curd): 重构排序字段处理,预防 SQL 注入问题 | 2024-08-13 20:36:10 +08:00 |  |