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
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,30 @@
7
7
### Changed
8
8
9
9
### Deprecated
10
-
-`ClassReference.functions` has been deprecated in favor of `ClassReference.memberFunctions` and `ClassReference.declaredMemberFunctions`
11
-
-`ClassReference.properties` has been deprecated in favor of `ClassReference.memberProperties` and `ClassReference.declaredMemberProperties`
12
10
13
11
### Removed
14
12
15
13
### Fixed
16
14
17
-
- incremental compilation is automatically disabled for source sets that perform interface or module merging ([#1024](https://github.com/square/anvil/pull/1024))
18
-
19
15
### Security
20
16
21
17
### Custom Code Generator
22
18
23
19
### Other Notes & Contributions
24
20
21
+
## [2.5.0-beta10] - 2024-07-22
22
+
23
+
### Deprecated
24
+
25
+
-`ClassReference.functions` has been deprecated in favor of `ClassReference.memberFunctions` and `ClassReference.declaredMemberFunctions`
26
+
-`ClassReference.properties` has been deprecated in favor of `ClassReference.memberProperties` and `ClassReference.declaredMemberProperties`
27
+
28
+
### Fixed
29
+
30
+
- consider `ignoreQualifier` arguments when checking for duplicate bindings ([#1033](https://github.com/square/anvil/pull/1033))
31
+
- incremental compilation is automatically disabled for source sets that perform interface or module merging ([#1024](https://github.com/square/anvil/pull/1024))
32
+
- include inherited functions in Subcomponent Factory checks by @RBusarow in ([#1038](https://github.com/square/anvil/pull/1038))
Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
GROUP=com.squareup.anvil
2
2
3
3
# When updating this, make sure to also update the parallel release versions in release.yml
4
-
VERSION_NAME=2.5.0-beta10-SNAPSHOT
4
+
VERSION_NAME=2.5.0-beta10
5
5
6
6
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
0 commit comments