Skip to content

Releases: fluidsonic/fluid-meta

0.12.0

01 Feb 23:13
db20e64
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • Kotlin 1.6.10

0.11.0

15 Oct 16:56
ee1401c
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Support for fun interface (MInterface.isFunctional)
  • MConstructor.isSecondary replaces MConstructor.isPrimary
  • Updated to kotlinx-metadata-jvm 0.2.0
  • Updated to Kotlin 1.4.10

0.10.1

01 Aug 15:57
8805010
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release
  • Kotlin 1.4.0-rc

0.10.0

01 Aug 15:58
a0c27ff
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • Kotlin 1.4.0-rc
  • This package is broken, please use 0.10.1

0.9.16

01 Aug 15:59
a9a6d0a
Compare
Choose a tag to compare
0.9.16 Pre-release
Pre-release
  • Last version to support Kotlin 1.3

0.9.12

19 Oct 08:10
0145cf1
Compare
Choose a tag to compare
0.9.12 Pre-release
Pre-release
  • Artifact ID changed to fluid-meta.
  • Gradle group ID and Kotlin package changed to io.fluidsonic.meta.

0.9.5

03 Mar 21:00
ef4d272
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release

Changes

  • fixed incorrect initialization of MQualifiedTypeName for types in the root package

0.9.4

25 Feb 20:36
45e6bd2
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release

Changes

  • added MValueParameter.isVariadic
  • added MClass.isData, .isInner and .isSealed
  • renamed MQualifiedTypeName.from() to MQualifiedTypeName.of()
  • added MPackageName.of() and MTypeName.of()
  • all MNamedTypes are now MPropertyContainer and MVersionRestrictable

0.9.3

09 Feb 01:30
50a5076
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release

Changes

  • reworked most of the library
  • added awesome pretty printing (check out kotlin-stdlib)

0.9.2

05 Feb 19:55
e9458d0
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

Changes

  • MEnumEntry -> MEnumEntryName
  • completed MEffectExpression
  • MClass.supertype -> MClass.supertypes
  • removed useless .hasAnnotations
  • some cleanup & consistency improvements