Releases: mohsenoid/Rick-and-Morty
Releases · mohsenoid/Rick-and-Morty
3.0.0
What's Changed
- Update Readme by @mohsenoid in #38
- Add ktlint and detekt by @mohsenoid in #39
- Implement kill character feature by @mohsenoid in #40
- Add EpisodesViewModelTest by @mohsenoid in #41
- Add room DB schema by @mohsenoid in #42
- Simplify EpisodesViewModel by @mohsenoid in #43
- Simplify CharactersViewModel by @mohsenoid in #44
- Simplify CharacterDetailsViewModel by @mohsenoid in #45
- Enhance Compose UI Previews by @mohsenoid in #46
- Add room DB tests by @mohsenoid in #47
- Add mappers tests by @mohsenoid in #48
- Add episodes repo tests by @mohsenoid in #49
- Add characters repo tests by @mohsenoid in #50
- Add episode screen item test by @mohsenoid in #51
- Migrate to Kotlin v2 by @mohsenoid in #52
- Rename Java source set to Kotlin by @mohsenoid in #53
- Separate App Top Bar by @mohsenoid in #55
- Cleanup DI modules by @mohsenoid in #56
- Add GetEpisodesUseCase by @mohsenoid in #57
- Add Character UseCases by @mohsenoid in #58
- Replace RepositoryGetResult with Kotlin Result by @mohsenoid in #59
- Add GetEpisodesUseCaseTest by @mohsenoid in #60
- Add GetCharactersUseCaseTest by @mohsenoid in #61
- Add GetCharacterDetailsUseCaseTest by @mohsenoid in #62
- Add UpdateCharacterStatusUseCaseTest by @mohsenoid in #63
- Add GetEpisodesUseCaseIntegrationTest by @mohsenoid in #64
- Change DAO functions to suspend by @mohsenoid in #65
- Separate Character and Episode API Services by @mohsenoid in #66
Full Changelog: 2.8.0...3.0.0
2.8.0
What's Changed
- Feature/improve koin by @mohsenoid in #23
- Integrate Chucker by @mohsenoid in #24
- Migrate to Gradle Kotlin DSL by @mohsenoid in #25
- Add Leakcanary by @mohsenoid in #26
- Feature/refactor by @mohsenoid in #29
- Databinding and MVVM by @mohsenoid in #30
- Setup AndroidX startup for Timber by @mohsenoid in #31
- End of v2 by @mohsenoid in #37
Full Changelog: 2.7.0...2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
What's Changed
- Replace SQLite with Room library by @mohsenoid in #9
- Add CharacterDbMapperTest by @mohsenoid in #10
- Cleanup tests using Kluent library by @mohsenoid in #11
- Disable Ktlint import-ordering by @mohsenoid in #12
- Improve Room data structures by adding more TypeConverter by @mohsenoid in #13
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Replace Android's normal
Log
class withTimber
library by @mohsenoid in #4 - Add Picasso library as image downloader by @mohsenoid in #5
- Replace NetworkHelper with Retrofit library by @mohsenoid in #6
- Feature/ktlint by @mohsenoid in #8
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Replace Java ThreadPool with Kotlin Coroutines by @mohsenoid in #3
Full Changelog: 2.0.0...2.1.0