Releases: andrewjapar/redapter
Releases · andrewjapar/redapter
0.1.0
Version 0.1.0 - October 20, 2019
Well tested and ready to release 👯♂
This is the first redapter alpha release that allows developers to try it freshly.
We still working on some bugs but if you found any bugs, you can create an issue or PR.
What's New
- We can use
BindViewHolder(ViewHolder::class)
to inject the adapter directly on activity or fragment. - We have to use
BindLayout(R.layout.view_holder)
for every viewholder that will be bind using redapter.
0.1.0-alpha1
Version 0.1.0-alpha1 - October 19, 2019
This is the first redapter alpha release that allows developers to try it freshly.
We still working on some bugs but if you found any bugs, you can create an issue or PR.
What's New
- We can use
BindViewHolder(ViewHolder::class)
to inject the adapter directly on activity or fragment. - We have to use
BindLayout(R.layout.view_holder)
for every viewholder that will be bind using redapter.