0.18.1 #450
drewhamilton
announced in
Releases
0.18.1
#450
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 deprecatedtypealias
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.
This discussion was created from the release 0.18.1.
Beta Was this translation helpful? Give feedback.
All reactions