Releases: fluidsonic/fluid-meta
Releases · fluidsonic/fluid-meta
0.12.0
- Kotlin 1.6.10
0.11.0
- Support for
fun interface
(MInterface.isFunctional
) MConstructor.isSecondary
replacesMConstructor.isPrimary
- Updated to kotlinx-metadata-jvm 0.2.0
- Updated to Kotlin 1.4.10
0.10.1
- Kotlin 1.4.0-rc
0.10.0
- Kotlin 1.4.0-rc
- This package is broken, please use 0.10.1
0.9.16
- Last version to support Kotlin 1.3
0.9.12
- Artifact ID changed to
fluid-meta
. - Gradle group ID and Kotlin package changed to
io.fluidsonic.meta
.
0.9.5
Changes
- fixed incorrect initialization of
MQualifiedTypeName
for types in the root package
0.9.4
Changes
- added
MValueParameter.isVariadic
- added
MClass.isData
,.isInner
and.isSealed
- renamed
MQualifiedTypeName.from()
toMQualifiedTypeName.of()
- added
MPackageName.of()
andMTypeName.of()
- all
MNamedType
s are nowMPropertyContainer
andMVersionRestrictable
0.9.3
Changes
- reworked most of the library
- added awesome pretty printing (check out kotlin-stdlib)
0.9.2
Changes
MEnumEntry
->MEnumEntryName
- completed
MEffectExpression
MClass.supertype
->MClass.supertypes
- removed useless
.hasAnnotations
- some cleanup & consistency improvements