CollectionKit v2.0.0 Release Notes

Release Date: 2018-06-23 // almost 6 years ago
  • Focus of v2.0 will be towards API cleanliness & solves pain points with v1.0+

    Main feature of v2.0:

    1. 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.
    2. Removing confusing initializer ๐Ÿ‘ 3. Sticky Header Support ๐Ÿ‘ 4. Initial support for mixed data type
    3. Layout cleanup ๐ŸŽ 6. Internal architectural & performance improvement

    โšก๏ธ Please checkout the migration guide for updating from v1~