You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Changelog
2
2
All notable changes to this package will be documented in this file.
3
3
4
+
## [2.2.0] - 2026-02-23
5
+
6
+
## Added
7
+
- FluxAttribute discovery now also scans interface method definitions. When a `[MethodFlux]` or `[StateFlux]` attribute is placed on an interface method, `MonoFlux` will automatically bind it to the concrete implementation via `GetInterfaceMap`. This allows declaring flux bindings directly in interfaces.
Copy file name to clipboardExpand all lines: CHANGELOG_KR.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# 변경 로그
2
2
이 패키지에 대한 모든 주목할만한 변경 사항은 이 파일에 문서화됩니다.
3
+
## [2.2.0] - 2026-02-23
4
+
5
+
## 추가됨
6
+
- FluxAttribute 검색이 이제 인터페이스 메서드 정의도 스캔합니다. `[MethodFlux]` 또는 `[StateFlux]` 속성이 인터페이스 메서드에 배치되면, `MonoFlux`는 `GetInterfaceMap`을 통해 구체적인 구현에 자동으로 바인딩합니다. 이를 통해 인터페이스에서 직접 flux 바인딩을 선언할 수 있습니다.
0 commit comments