Skip to content

Releases: cashapp/paraphrase

0.4.0

12 Jun 18:11
Compare
Choose a tag to compare

New:

  • Support for Kotlin 2.0.0

Changed:

  • Detect usage of org.jetbrains.kotlin.plugin.compose plugin and automatically add
    the runtime-compose-ui dependency.

0.3.1

15 Dec 00:05
Compare
Choose a tag to compare

Fixed:

  • Include file names in read/parse failures to help with debugging
  • Fix crash when processing non-XML resource files

0.3.0

12 Oct 16:39
Compare
Choose a tag to compare

Changed:

  • Generate Number parameter instead of Int for plural and choice arguments
  • Generate Long parameter along with Int overload for ordinal and selectordinal arguments
  • Deprecate generated function using choice arguments, which are discouraged in ICU documentation in
    favor of plural and select arguments.

0.2.2

21 Jul 05:24
Compare
Choose a tag to compare

Fixed:

  • Fix build cache issue by deleting the generated class when all string resources are removed

0.2.1

19 Jul 20:28
Compare
Choose a tag to compare

Changed:

  • Automatically add the runtime-compose-ui dependency if buildFeatures.compose is true
  • Add missing ) to FormattedResource.toString
  • Optimize insertion performance of map arguments

0.2.0

26 Apr 00:10
Compare
Choose a tag to compare

New:

  • Add runtime support for Compose UI

0.1.2

18 Apr 06:32
Compare
Choose a tag to compare

Changed:

  • Use androidx.collection.ArrayMap instead of android.util.ArrayMap to hold named arguments.

0.1.1

07 Apr 21:26
Compare
Choose a tag to compare

Fixed:

  • Fix crash when processing modules with no merged resources.

0.1.0

06 Apr 18:09
Compare
Choose a tag to compare

Initial release.