All Versions
10
Latest Version
Avg Release Cycle
57 days
Latest Release
2664 days ago
Changelog History
Changelog History
-
v2.3.0 Changes
November 28, 2017- ๐ Fix:
IndexOutOfBoundExeption
when not using ObservableList - โก๏ธ Update target SDK to 27
- โก๏ธ Update Kotlin to version 1.2.0
- โก๏ธ Update support libraries to version 27.0.2
- โก๏ธ Update Android build tools to version 27.0.1
- โก๏ธ Update Android Gradle Plugin to version 3.0.1
- ๐ Fix:
-
v2.2.0 Changes
April 01, 2017๐ฅ Breaking changes
- ๐ New: Removed
with
constructor โ Use default constructors instead. - ๐ New: Added
onCreate
callback as it is a more convenient place to set the click listeners. - ๐ New: Click listeners are not set in on
onCreate
. - ๐ New: Added support for different variable names depending on the type, while still support the old "only one variable name"-style for all types.
- ๐ New: ViewHolder class renamed to Holder.
- Smaller size despite including new features!
- ๐ New: Removed
-
v2.1.0 Changes
March 26, 2017๐ฅ Breaking changes
- ๐ New: The ViewHolder is now the only argument in the callbacks. It was added to add ItemTouchHelper support but since the binding, the position and the view are inside the ViewHolder, this is actually the only argument needed.
- In Kotlin, arguments for Handlers (item & position) need to be explicitly declared now.
- โก๏ธ Updated dependencies: Kotlin 1.1.1, Support libraries 25.3.0, Gradle 3.3, Gradle plugin 2.3.0.
-
v1.2.4 Changes
November 07, 2016- ๐ Fix: Issue with support library 25.0.0.
-
v1.2.3 Changes
September 23, 2016- โก๏ธ Updated to Kotlin 1.0.4
-
v1.2.2 Changes
September 09, 2016- ๐ Fix: IllegalStateException: reference.get() must not be null.
- โ Removed unneeded "generics".
- โก๏ธ Dependencies updated (which increased min SDK version from 7 to 9).
-
v1.2.1 Changes
August 12, 2016- Code cleanup.
-
v1.2.0 Changes
August 09, 2016- ๐ New: Added
type
parameter toonBind
,onClick
andonLongClick
methods in their respective interfaces. It is an int value that matches the layout resource id used for each item. - ๐ Fix:
for
loop range inListReference.onItemRangeMoved
. - ๐
ListReference
class moved to a new file. - โก๏ธ Dependencies updated.
- ๐ New: Added
-
v1.1.0 Changes
July 03, 2016- ๐ New: Added lambda support in Kotlin for
onBind
,onClick
,onLongClick
andlayout
.
- ๐ New: Added lambda support in Kotlin for
-
v1.0.0 Changes
June 30, 2016- ๐ Initial release.