Releases: vinted/coper
Releases · vinted/coper
0.6.6
0.6.5
- Update dependency androidx.core:core-ktx to v1.10.1 by @ysebyy in #23
- Enable Robolectric paused mode by @ArnasSmicius in #35
- Bump Mockito 3.12.4 -> 4.11.0 and Mockito-kotlin 3.2.0 -> 4.1.0 by @ArnasSmicius in #37
- Bump min SDK version to 23 by @ArnasSmicius in #38
- Revert Core KTX 1.10.1 -> 1.6.0 by @ArnasSmicius in #40
- Upgrade
Robolectric
4.3 -> 4.10.3 by @kyrillosgait in #42
Full Changelog: 0.6.3...0.6.5
0.6.3
What's Changed
- Syntax highlighting in
README.md
by @kyrillosgait in #29 - Downgrade Kotlin version 1.9.0 -> 1.8.22 by @ArnasSmicius in #30
- Disable Jetifier by @ArnasSmicius in #31
New Contributors
- @kyrillosgait made their first contribution in #29
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- Support library consumers with lower Kotlin version by @ArnasSmicius in #28
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Override JitPack default Java 8 -> Java 11 by @ArnasSmicius in #27
Full Changelog: 0.6...0.6.1
0.6
What's Changed
- Update Detekt 1.17.1 -> 1.23.1 by @ArnasSmicius in #13
- Update Gradle 7.1 -> 7.6.2 by @ArnasSmicius in #14
- Update Kotlin 1.5.10 -> 1.9.0, AGP 4.2.1 -> 7.4.2 and migrate Kotlin synthetic -> ViewBinding by @ArnasSmicius in #15
- Update Kotlin Coroutines 1.5.0 -> 1.7.3 by @ArnasSmicius in #16
- Configure Renovate by @ysebyy in #17
- Migrate runBlocking -> runTest by @ArnasSmicius in #18
- Update dependency junit:junit to v4.13.2 by @ysebyy in #19
- Update Versions.MOCKITO to v3.12.4 by @ysebyy in #20
- Bump Compile SDK 29 -> 33 by @ArnasSmicius in #22
- Target SDK 33 in example module by @ArnasSmicius in #25
- Bump library version 0.5 -> 0.6 by @ArnasSmicius in #26
New Contributors
- @ArnasSmicius made their first contribution in #13
- @ysebyy made their first contribution in #17
Full Changelog: 0.5...0.6
0.5
0.4
- Updated Kotlin 1.4.10 -> 1.5.10
- Updated Kotlin Coroutines 1.4.2 -> 1.5.0
- Updated AGP 4.0.1 -> 4.2.1
- Updated Mockito 3.1.0 -> 3.11.2
- Updated Mockito Kotlin 2.2.0 -> 3.2.0
- Updated Gradle 6.3 -> 7.1
- Updated Detekt 1.8.0 -> 1.17.1
- Removed third party deprecated
com.github.dcendents:android-maven-gradle-plugin
in favour ofmaven-publish
plugin.
0.3
- Added lifecycle checks for every method
- Removed dispatcher check, now it suspends until fragment transaction is possible, so it is possible to request permissions on any dispatcher
- Updated libs versions
- Deprecated old apis, now all apis are suspending, cause we need to get coper fragment safely