-
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
renovate
bot
force-pushed
the
renovate/poko
branch
from
June 1, 2024 03:55
3a9fdec
to
bda60b9
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
2 times, most recently
from
June 21, 2024 02:04
57fe934
to
ea0fedf
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
from
July 11, 2024 18:54
ea0fedf
to
bfc78ba
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
from
July 19, 2024 17:44
bfc78ba
to
cfa3ae7
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
3 times, most recently
from
August 10, 2024 13:54
29c2926
to
3b745e5
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
2 times, most recently
from
August 20, 2024 19:41
a57490a
to
9d44d71
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
from
August 23, 2024 04:49
9d44d71
to
1833c3c
Compare
renovate
bot
changed the title
Update dependency dev.drewhamilton.poko to v0.16.0
Update dependency dev.drewhamilton.poko to v0.17.0
Aug 23, 2024
renovate
bot
force-pushed
the
renovate/poko
branch
from
September 9, 2024 12:48
1833c3c
to
ea7bbc4
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
from
September 17, 2024 20:28
ea7bbc4
to
aafb524
Compare
renovate
bot
changed the title
Update dependency dev.drewhamilton.poko to v0.17.0
Update dependency dev.drewhamilton.poko to v0.17.1
Sep 17, 2024
renovate
bot
force-pushed
the
renovate/poko
branch
from
September 24, 2024 05:08
aafb524
to
d10c28c
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
from
October 18, 2024 20:27
d10c28c
to
c92f748
Compare
renovate
bot
changed the title
Update dependency dev.drewhamilton.poko to v0.17.1
Update dependency dev.drewhamilton.poko to v0.17.2
Oct 18, 2024
renovate
bot
force-pushed
the
renovate/poko
branch
from
November 11, 2024 19:10
c92f748
to
554b89c
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
2 times, most recently
from
November 21, 2024 03:07
8b2c015
to
02dfbf6
Compare
renovate
bot
force-pushed
the
renovate/poko
branch
from
December 2, 2024 19:30
02dfbf6
to
29912d4
Compare
renovate
bot
changed the title
Update dependency dev.drewhamilton.poko to v0.17.2
Update dependency dev.drewhamilton.poko to v0.18.0
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/poko
branch
from
December 14, 2024 06:55
29912d4
to
1bb1b77
Compare
renovate
bot
changed the title
Update dependency dev.drewhamilton.poko to v0.18.0
Update dependency dev.drewhamilton.poko to v0.18.1
Dec 14, 2024
renovate
bot
force-pushed
the
renovate/poko
branch
2 times, most recently
from
December 27, 2024 19:36
9aea7d7
to
4102541
Compare
renovate
bot
changed the title
Update dependency dev.drewhamilton.poko to v0.18.1
Update dependency dev.drewhamilton.poko to v0.18.2
Dec 27, 2024
renovate
bot
force-pushed
the
renovate/poko
branch
from
January 24, 2025 16:37
4102541
to
66a3561
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.