Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Change Age Confidence
dev.drewhamilton.poko 0.17.20.21.0 age confidence

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko)

v0.21.0

Compare Source

2025-12-16

Update compiler plugin ID to "dev.drewhamilton.poko" (was previously "poko-compiler-plugin").

Deprecate @SkipSupport annotation and stop requiring it for using @Poko.Skip annotation. Update
deprecation level of @ArrayContentSupport and @ArrayContentBased to ERROR.

Compile with Kotlin 2.3.0. Compile with Java 25, except for the Gradle plugin, which is compiled
with Java 24.

Drop support for Kotlin 2.2 due to incompatibility. Increase the minimum supported Gradle version to
9.0.0.

v0.20.2

Compare Source

2025-11-19

Compile with Kotlin 2.2.21. Add forward compatibility with Kotlin 2.3.0-RC.

v0.20.1

Compare Source

2025-10-16

Add ability to generate a subset of Poko functions with @Poko.EqualsAndHashCode and
@Poko.ToString. Apply one of these to a class instead of the standard @Poko annotation, and only
the respective function(s) will be generated by the Poko plugin. This feature is experimental and
requires opt-in via @IndependentFunctionsSupport.

Add forward compatibility with Kotlin 2.3.0-Beta1.

Target Gradle 9.1.0, and add backward compatibility with Gradle 8.11.

v0.20.0

Compare Source

2025-09-11

Compile with Kotlin 2.2.20.

Drop support for Kotlin 2.2.0 and 2.2.10 due to incompatibility.

v0.19.3

Compare Source

2025-07-25

Update the Poko Gradle plugin to target Kotlin 2.1, to ensure compatibility with Gradle's embedded
Kotlin version (currently 2.0.21).
This does not affect the Kotlin version of Poko itself, which is currently 2.2.0.

v0.19.2

Compare Source

2025-07-21

Fix forward compatibility with Kotlin 2.2.20-Beta1. Compatibility was broken for some consumers.

v0.19.1

Compare Source

2025-07-11

Add forward compatibility with Kotlin 2.2.20-Beta1.

v0.19.0

Compare Source

2025-06-25

Compile with Kotlin 2.2.0.

Drop support for Kotlin 2.1 due to incompatibility.

v0.18.7

Compare Source

2025-05-16

Fix bug in generated toString for @ReadArrayContent properties on Poko classes targeting JS:
array properties would print a value of "[...]" instead of their actual content.

Compile with Kotlin 2.1.21. Add forward compatibility with Kotlin 2.2.0-RC. Compile with Java 23.

v0.18.6

Compare Source

2025-04-16

Add forward compatibility with Kotlin 2.2.0-Beta1.

v0.18.5

Compare Source

2025-03-31

Fix compilation error when defining a Poko class with multiple super-interfaces while using
languageVersion = KotlinVersion.KOTLIN_1_9.

v0.18.4

Compare Source

2025-03-27

Fix compilation error with @Poko actual classes.

v0.18.3

Compare Source

2025-03-26

Fix a bug where Poko functions declared final in the Poko class's supertype would be overridden.
Fix compilation error when Poko functions are declared abstract in the Poko class's supertype(s).

Under the hood, generate Poko functions with FIR-based declarations backed by IR-based function
bodies. This allows K2-based IDEs to recognize the overridden functions.

Compile with Kotlin 2.1.20.

v0.18.2

Compare Source

2024-12-27

Add forward compatibility with Kotlin 2.1.20-Beta1.

v0.18.1

Compare Source

2024-12-13

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from
all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the
former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations
with the same name as the optional feature, such as @MyData.ReadArrayContent and
@MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in
consumer source code.

v0.18.0

Compare Source

2024-12-2

Compile with Kotlin 2.1.0.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 15, 2025 10:49
@renovate renovate bot requested a review from hoc081098 March 15, 2025 10:49
@renovate renovate bot force-pushed the renovate/poko branch from 563dd7f to 65cf1a2 Compare March 27, 2025 01:04
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.2 Update dependency dev.drewhamilton.poko to v0.18.3 Mar 27, 2025
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.3 Update dependency dev.drewhamilton.poko to v0.18.4 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/poko branch from 65cf1a2 to 1991d65 Compare March 28, 2025 00:59
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.4 Update dependency dev.drewhamilton.poko to v0.18.5 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/poko branch from 1991d65 to 199c548 Compare March 31, 2025 17:10
@renovate renovate bot force-pushed the renovate/poko branch from 199c548 to 5dd590b Compare April 16, 2025 21:24
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.5 Update dependency dev.drewhamilton.poko to v0.18.6 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/poko branch from 5dd590b to c97bb60 Compare May 16, 2025 20:47
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.6 Update dependency dev.drewhamilton.poko to v0.18.7 May 16, 2025
@renovate renovate bot force-pushed the renovate/poko branch from c97bb60 to 594dd49 Compare June 26, 2025 04:15
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.7 Update dependency dev.drewhamilton.poko to v0.19.0 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/poko branch from 594dd49 to 6e7378d Compare July 11, 2025 17:40
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.0 Update dependency dev.drewhamilton.poko to v0.19.1 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/poko branch from 6e7378d to 075c937 Compare July 21, 2025 20:54
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.1 Update dependency dev.drewhamilton.poko to v0.19.2 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/poko branch from 075c937 to 51f0174 Compare July 25, 2025 21:02
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.2 Update dependency dev.drewhamilton.poko to v0.19.3 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/poko branch 2 times, most recently from dd1636f to 6642183 Compare September 13, 2025 00:59
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.3 Update dependency dev.drewhamilton.poko to v0.20.0 Sep 13, 2025
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.20.0 Update dependency dev.drewhamilton.poko to v0.20.1 Oct 16, 2025
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.20.1 Update dependency dev.drewhamilton.poko to v0.20.2 Nov 20, 2025
| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.17.2 | 0.21.0 |
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.20.2 Update dependency dev.drewhamilton.poko to v0.21.0 Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants