Files
ShrinkCommand.Integration.E…/CHANGELOG.md
T
cneicy 06157bf15c
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:49:45 +08:00

652 B

Changelog

本文件记录 ShrinkCommand.Integration.EventBus 在当前工作区中的包内变更。

[0.1.1] - 2026-04-07

Added

  • 提供 UseEventBusBridge(...) 扩展,可把命令服务接到 EventBus。
  • 提供 RequestCommandAsync(...) 扩展,支持通过事件请求式执行命令。
  • 建立命令桥接事件:ShrinkCommandExecuteRequestEventShrinkCommandExecutingEventShrinkCommandExecutedEventShrinkCommandFailedEvent

Changed

  • 桥接公共类型补齐 #nullable enable,统一可空语义。
  • 请求结果字段统一使用 ExecutionResult,避免与 EventBase.Result 命名冲突。