Releases: adrielcafe/lyricist
Releases · adrielcafe/lyricist
1.7.0
What's Changed
- Add wasmJS support | Update Kotlin and Compose by @Skaldebane in #43
- iOS project sample with Xcodegen by @DevSrSouza in #44
- Add option on the xml processor to avoid creating compose accessors by @prof18 in #46
New Contributors
- @Skaldebane made their first contribution in #43
- @prof18 made their first contribution in #46
Full Changelog: 1.6.2...1.7.0
1.6.2-1.8.20
Same as 1.6.2 but compatible with Kotlin 1.8.20.
1.6.2
- Set jvmTarget to Java 8 to make compatible with more projects (#28 by @DevSrSouza)
1.6.1
1.6.0
1.5.0
- Make Lyricist class
@Immutable
(Based on discussion of PR #13) - Generate interface (instead of data class) for strings migrated from XML (Based on discussion of PR #22)
- Fix issue #17: String resource references are not resolved (PR #24 by @DevNatan)
- Update dependencies
- Kotlin 1.9.10
- Compose Multiplatform 1.5.3
- Gradle 8.2.1
- And others
1.4.2
- Better handling for multiple rounds of KSP generation to fix issues with multiple KSP plugins.
1.4.1
1.4.0
- New Module
lyricist-core
: With this module, now you can define your strings and properties in common code but only generate code for android target. This will allow sharing strings with iOS without requiring the Compose dependency. In the future, we should also support on Pure iOS (without Compose) system selected language support.
1.3.0
- Fully Compose Multiplatform is here 🥳, now with iOS, Web and MacOS Native support!
- Update dependencies:
- Kotlin 1.8.20
- Compose Multiplatform 1.4.0