File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.0
5+ -----
6+
7+ _ 2021-11-02_
8+
9+ The implementation has been reworked to run as a standalone processor that then runs AutoValue
10+ _ within_ its own process. This allows us to share some data across all processed types and expand
11+ the supported feature set.
12+
13+ As a result...
14+ * ** New:** Support for converting nested AutoValue classes!
15+ * ** New:** (Basic) support for converting nested enum classes!
16+
4171.0.2
518-----
619
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ POM_NAME=AutoValue Kotlin
3131POM_ARTIFACT_ID =auto-value-kotlin
3232POM_PACKAGING =jar
3333GROUP =com.slack.auto.value
34- VERSION_NAME =1.1.0-SNAPSHOT
34+ VERSION_NAME =1.1.0
3535POM_DESCRIPTION =An AutoValue extension that generates binary and source compatible equivalent data classes of AutoValue models.
3636POM_URL =https://github.com/slackhq/auto-value-kotlin/
3737POM_SCM_URL =https://github.com/slackhq/auto-value-kotlin/
You can’t perform that action at this time.
0 commit comments