Common Enums 0.2.0 #27
EdricChan03
announced in
New Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Published on 11 May 2024
Usage
0.2.0 is published on Maven Central as
io.github.edricchan03.androidx.common:common-enums:0.2.0
.Artifacts
As this library is a Kotlin Multiplatform library, the following additional artifacts were published:
common
jvm
common-enums-jvm
Notable changes
ValueEnum
) has been added which enums can implement to provide an abstraction over enums which provide an internal value representation. This allows for operations to be done on generic value-based enums. (5973982
)ValueEnumFromValue
(currently experimental!) has been added which provides aValueEnum
implementation of theEnumFromValue
abstract class. (0abf688
)Dependency updates
1.9.0
1.9.23
This discussion was created from the release Common Enums 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions