All Versions
36
Latest Version
Avg Release Cycle
30 days
Latest Release
168 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.14.0
September 11, 2020๐ This is a maintenance release, just updating a few dependencies:
- Kotlin 1.4.0
- ๐ Android Gradle Plugin 4.0.1
- Android (target|compile)SdkVersion 30 (Android 11)
- ๐ Android build tools 30.0.2
androidx.fragment:fragment
1.2.5
-
v1.13.2
May 06, 20202020-05-06
- โก๏ธ Update dependencies
- Kotlin 1.3.72
- androidx.fragment 1.2.4
- โก๏ธ Update dependencies
-
v1.13.1
March 04, 20202020-03-04
- โก๏ธ Update dependencies
- Kotlin 1.3.70
- androidx.fragment 1.2.2
- โก๏ธ Update dependencies
-
v1.13
February 17, 2020- โ Add
provider()
toModule
DSL - โก๏ธ Update dependencies
- โ Add
-
v1.12.1
January 29, 20202020-01-29
- ๐ Bugfix:
alias()
& set-relatedget()
name arguments were limited toString
but should beAny
- ๐ Bugfix:
-
v1.12.0
January 27, 20202020-01-27
- โก๏ธ Update
androidx.lifecycle:lifecycle-viewmodel
dependency to version 2.2.0 - โก๏ธ Update
androidx.lifecycle:lifecycle-viewmodel-savedstate
dependency to first stable version 1.0.0
- โก๏ธ Update
-
v1.11.0
January 23, 2020- โ Add support for Fragment instantiation through Katana with new artifact
katana-androidx-fragment
and
๐ KatanaFragmentFactory (also see FragmentFactory ofandroidx.fragment:fragment:1.2.0
)
- โ Add support for Fragment instantiation through Katana with new artifact
-
v1.10.0
January 03, 2020๐ฑ Happy New Year ๐
- โ Add optional injection via injectOrNull() / getOrNull()
-
v1.9.0
December 04, 2019๐ With this release Santa Claus is bringing some premature Christmas presents ๐
- โ Add
alias
keyword for binding an existing declaration under a different type and/or name - โ Add
get
keyword insideset
declaration for assigning an existing dependency to a set - โก๏ธ Update Kotlin to 1.3.61
- โ Remove deprecated functions & features
Special thanks to @dave08 for feature requests & feedback ๐
๐ฑ Wishing all users happy holidays & a happy new year! ๐ - โ Add
-
v1.8.3
October 21, 20192019-10-21
- ๐ Bugfix: Fixed bug introduced in 1.8.2 regarding Activity ViewModel injection