Skip to content

Releases: skydoves/pokedex-compose

1.0.3

15 Aug 08:49
Compare
Choose a tag to compare

What's Changed

  • Accurately Pull From Pokemon Base Stats by @cmhhelgeson in #5
  • migrated from Moshi to Kotlin Serialization by @FreedomChuks in #13
  • Fix Spotless Build failure by @FreedomChuks in #21
  • Use the official Kotlin Serialization converter from Retrofit and remove references to Moshi by @cbeyls in #20
  • Migrate to type-safe Navigation and enable predictive back animations by @cbeyls in #22
  • Migrate to Kotlin 2.0.0 and Compose compiler by @skydoves in #23
  • Move all Compose Gradle config to build-logic by @necatisozer in #24
  • Migrate kotlinOptions to compilerOptions by @l2hyunwoo in #26
  • [refactor/apply-retrofit-okhttp-bom] Apply bom on Retrofit && OkHttp by @l2hyunwoo in #27
  • Bump AGP to 8.5.1, kotlin to 2.0.10, and other dependencies by @skydoves in #31

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

21 Apr 01:42
58371d6
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @cbeyls made their first contribution in #8

Full Changelog: 1.0.1...1.0.2

1.0.1

18 Apr 04:03
742941b
Compare
Choose a tag to compare

What's Changed

  • Refactor - Removal of ViewModel instances down to other composables by @hemantj99 in #1
  • Fixed Text clipping issue during transition animations. by @hemantj99 in #2
  • [Fix] Modifying the targetSdk version of Convention Plugin by @ham2174 in #3
  • Update Compose to 1.7.0-alpha07 by @skydoves in #4

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

13 Apr 14:36
3ea62fb
Compare
Choose a tag to compare

πŸŽ‰ Pokedex Compose has been published! πŸŽ‰

πŸ—‘οΈ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.

image