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
[pigeon] Implement equals for Java data classes (#6992)
Adds implementations of `equals` and `hashCode` to Java data classes. This is frequently useful for native unit tests of plugins using Pigeon (e.g., when using a mock FlutterApi implementation to check that the expected call is being made with the right arguments).
Part of flutter/flutter#118087
Copy file name to clipboardExpand all lines: packages/pigeon/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
## NEXT
1
+
## 20.0.2
2
2
3
+
*[java] Adds `equals` and `hashCode` support for data classes.
3
4
*[swift] Fully-qualifies types in Equatable extension test.
4
5
5
6
## 20.0.1
@@ -17,7 +18,7 @@
17
18
18
19
## 19.0.2
19
20
20
-
*[kotlin] Adds the `@JvmOverloads` to the `HostApi` setUp method. This prevents the calling Java code from having to provide an empty `String` as Kotlin provides it by default
21
+
*[kotlin] Adds the `@JvmOverloads` to the `HostApi` setUp method. This prevents the calling Java code from having to provide an empty `String` as Kotlin provides it by default
0 commit comments