Releases: cashapp/paraphrase
Releases · cashapp/paraphrase
0.4.0
0.3.1
Fixed:
- Include file names in read/parse failures to help with debugging
- Fix crash when processing non-XML resource files
0.3.0
Changed:
- Generate
Number
parameter instead ofInt
for plural and choice arguments - Generate
Long
parameter along withInt
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
Fixed:
- Fix build cache issue by deleting the generated class when all string resources are removed
0.2.1
Changed:
- Automatically add the
runtime-compose-ui
dependency if buildFeatures.compose is true - Add missing
)
toFormattedResource.toString
- Optimize insertion performance of map arguments
0.2.0
New:
- Add runtime support for Compose UI
0.1.2
Changed:
- Use
androidx.collection.ArrayMap
instead ofandroid.util.ArrayMap
to hold named arguments.
0.1.1
Fixed:
- Fix crash when processing modules with no merged resources.
0.1.0
Initial release.