Skip to content

Commit caffe2f

Browse files
committed
Releasing version 2.3.8.
1 parent 9a392dd commit caffe2f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.3.8 (2021-11-04)
4+
5+
* Add an option in the Anvil DSL `syncGeneratedSources` to sync generated sources in the IDE, see #412.
6+
* Fall back to PSI parsing for `BindingModuleGenerator`, see #310. (this allows you generated `@ContributesBinding` annotations in custom code generators)
7+
* Support generic supers for assisted factories when the assisted factory interface is generated, see #407.
8+
* Support generic type resolution in assisted factories, see #395. (regression in previous release)
9+
* Align `TypeNames` for assisted lambda arguments between descriptors and PSI, see #400. (regression in previous release)
10+
* Enable experimental Anvil APIs by default in the compiler testing utilities, see #398.
11+
* Make it easy the feed a compilation result to another Anvil compilation in the testing utilities, see #404.
12+
313
## 2.3.7 (2021-10-19)
414

515
* Allow configuring the `KotlinCompilation` when using the utilities to test custom code generators, see #386.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.anvil
2-
VERSION_NAME=2.3.8-SNAPSHOT
2+
VERSION_NAME=2.3.8
33

44
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
55
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)