2.0.0
Focus of v2.0 will be towards API cleanliness & solves pain points with v1.0+
Main feature of v2.0:
- Complete renaming of classes
- With v1.0, naming of the classes weren't given enough thoughts. Names like
CollectionProvider
,ViewCollectionProvider
,ViewProvider
,DataProvider
, etc.. are all quite confusing to use.
- With v1.0, naming of the classes weren't given enough thoughts. Names like
- Removing confusing initializer
- Sticky Header Support
- Initial support for mixed data type
- Layout cleanup
- Internal architectural & performance improvement
Please checkout the migration guide for updating from v1~