Skip to content

Releases: VKCOM/vkompose

0.5.3-k2

06 Jun 21:00
Compare
Choose a tag to compare

Compiler Plugins

  • fix inability to override generated test tags
  • support Kotlin 2.0

0.5.3

06 Jun 17:22
Compare
Choose a tag to compare

Compiler Plugins

  • fix inability to override generated test tags

v0.5.2

18 May 21:49
Compare
Choose a tag to compare

Compiler plugins:

  • Fixed preventing function arguments from being inlined into inline functions.
  • improved adding a logger to functions wrapped in a synthetic block

v0.5.1

15 May 15:39
Compare
Choose a tag to compare

Compiler plugins:

  • do not add recompose logger in inline functions body

Idea plugin (0.2.4):

  • drop Hedgehog support
  • improve performance of showing test tag gutter icons #10
  • move test tag gutter icon preference to dedicated preferences for gutter icons #10

v0.5

26 Apr 15:06
Compare
Choose a tag to compare

Recompose Logger:

  • allow to log modifier changes. Enabled by default
  • allow to log functional arguments changes. Enabled by default

Idea Plugin:

  • improve stability determination for classes in other modules

v0.4.3

11 Apr 13:51
Compare
Choose a tag to compare

v0.4.2

10 Feb 20:53
Compare
Choose a tag to compare
  • fix check for stability annotation for value class

v0.4.1

01 Feb 21:12
Compare
Choose a tag to compare
  • fix test tag generation corner case when last chain of statement in a block is overwritten

v0.4

27 Jan 17:39
Compare
Choose a tag to compare
  • apply runtime dependencies after project is evaluated #5
  • consider new NonSkippableComposable in idea plugin, detekt rule and compiler plugin
  • allow to configure ignored classes in idea plugin

v0.3.2

15 Jan 23:44
Compare
Choose a tag to compare
  • supported kotlin 1.9.21-22 in skippability checks plugin #3
  • fixed issue with test tag idea plugin #4
  • added idea plugin's jar for Jellyfish version of Android Studio