Skip to content

Releases: adrielcafe/lyricist

1.9.0

Choose a tag to compare

@adrielcafe adrielcafe released this 21 Jul 11:09
5c5bc1f

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

Choose a tag to compare

@adrielcafe adrielcafe released this 05 Dec 15:00
89b8b68

What's Changed

  • feat(non-compose-accessors): add non compose accessors by @humblerookie in #40
  • Use default language strings in the XML Processor if a translation is missing by @prof18 in #45
  • Update to Kotlin 2.2.21 by @rsicarelli in #53
  • Publish to Sonatype Central Portal by @Goooler in #52

New Contributors

Full Changelog: 1.7.0...1.8.0

1.7.0

Choose a tag to compare

@DevSrSouza DevSrSouza released this 05 Apr 21:20
7b17b95

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

Full Changelog: 1.6.2...1.7.0

1.6.2-1.8.20

Choose a tag to compare

@adrielcafe adrielcafe released this 09 Jan 13:41

Same as 1.6.2 but compatible with Kotlin 1.8.20.

1.6.2

Choose a tag to compare

@adrielcafe adrielcafe released this 07 Nov 11:47
6d676b1
  • Set jvmTarget to Java 8 to make compatible with more projects (#28 by @DevSrSouza)

1.6.1

Choose a tag to compare

@adrielcafe adrielcafe released this 04 Nov 23:46
  • Set jvmTarget to Java 17 (#26)

1.6.0

Choose a tag to compare

@adrielcafe adrielcafe released this 23 Oct 12:01
  • Decoupled Lyricist API from Compose, it was moved to lyricist-core module
    • It is now possible to integrate with any UI Toolkit on supported platforms (docs)
  • Added option to generate strings helper property (docs)
  • Fixed "Strings for language tag not found" (#10)

1.5.0

Choose a tag to compare

@adrielcafe adrielcafe released this 21 Oct 19:48
  • 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

Choose a tag to compare

@DevSrSouza DevSrSouza released this 11 Jul 13:10
  • Better handling for multiple rounds of KSP generation to fix issues with multiple KSP plugins.

1.4.1

Choose a tag to compare

@DevSrSouza DevSrSouza released this 10 May 02:07
9ee4c03
  • Fix recompose whole app after change languageTag (#9) by @phucynwa
  • Fix code generation for module that uses Explicit API