feat(cordis): 接入上下文组合与模组事务热替换
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
本文件记录 `ShrinkCommand.Integration.EventBus` 在当前工作区中的包内变更。
|
||||
|
||||
## [0.1.1] - 2026-04-07
|
||||
|
||||
### Added
|
||||
|
||||
- 提供 `UseEventBusBridge(...)` 扩展,可把命令服务接到 EventBus。
|
||||
- 提供 `RequestCommandAsync(...)` 扩展,支持通过事件请求式执行命令。
|
||||
- 建立命令桥接事件:`ShrinkCommandExecuteRequestEvent`、`ShrinkCommandExecutingEvent`、`ShrinkCommandExecutedEvent`、`ShrinkCommandFailedEvent`。
|
||||
|
||||
### Changed
|
||||
|
||||
- 桥接公共类型补齐 `#nullable enable`,统一可空语义。
|
||||
- 请求结果字段统一使用 `ExecutionResult`,避免与 `EventBase.Result` 命名冲突。
|
||||
Reference in New Issue
Block a user