-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency dev.drewhamilton.poko to v0.18.2 #62
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/poko
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3a9fdec
to
bda60b9
Compare
57fe934
to
ea0fedf
Compare
ea0fedf
to
bfc78ba
Compare
bfc78ba
to
cfa3ae7
Compare
29c2926
to
3b745e5
Compare
a57490a
to
9d44d71
Compare
9d44d71
to
1833c3c
Compare
1833c3c
to
ea7bbc4
Compare
ea7bbc4
to
aafb524
Compare
aafb524
to
d10c28c
Compare
d10c28c
to
c92f748
Compare
c92f748
to
554b89c
Compare
8b2c015
to
02dfbf6
Compare
02dfbf6
to
29912d4
Compare
29912d4
to
1bb1b77
Compare
9aea7d7
to
4102541
Compare
4102541
to
66a3561
Compare
66a3561
to
dd09519
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.3
->0.18.2
Release Notes
drewhamilton/Poko (dev.drewhamilton.poko)
v0.18.2
Compare Source
2024-12-27
Add 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 fromall generated functions. This feature is experimental and requires opt-in via
@SkipSupport
.Replace
@ArrayContentBased
with@Poko.ReadArrayContent
. Add a deprecatedtypealias
for theformer 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.
v0.17.2
Compare Source
2024-10-18
Compile with Kotlin 2.0.21. Implement compatibility with Kotlin 2.0.0 – 2.1.0-Beta2.
v0.17.1
Compare Source
2024-09-17
Automatically add the Poko annotation dependency to test fixtures when they are enabled on JVM
projects.
v0.17.0
Compare Source
2024-08-22
Compile with Kotlin 2.0.20. Support Java 22.
v0.16.0
Compare Source
2024-05-28
Compile with Kotlin 2.0.0. The syntax for custom annotation references now uses
/
to denotepackages, e.g.
com/example/MyAnnotationClass
.Deprecate
@ArrayContentSupport
annotation and stop requiring it for using@ArrayContentBased
annotation.
0.16.0-beta01
2024-05-20
Compile with Kotlin 2.0.0-RC3. The syntax for custom annotation references now uses
/
to denotepackages, e.g.
com/example/MyAnnotationClass
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.