Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Releases: jessesquires/JSQDataSourcesKit

2.0.0

19 Oct 05:18
Compare
Choose a tag to compare

🎉 JSQDataSourcesKit 2.0 is here! 🎉

In short, this release contains tons of refinements and fixes. The codebase is substantially cleaner, and more user-friendly.

Breaking changes

  • Swift 2.0
  • CollectionViewFetchedResultsDelegateProvider must now be initialized with a cell factory. This is similar to how TableViewFetchedResultsDelegateProvider has always worked.
  • The *DataSourceProvider classes now provide an NSIndexPath subscripting interface.
  • Initializers for CollectionViewSection and TableViewSection have changed to the following. In particular, the variadic init is much more natural.
    • public init(items: Item...)
    • public init(_ items: [Item])
  • Previous instances of DataItem type parameters have been changed to Item.

Issues closed

Find the complete list of closed issues here for the 2.0.0 milestone.

Documentation

All documentation has been updated. 📜

Example app

The example app is now much cleaner, and much more awesome. 😎

1.0.0

16 Mar 02:20
Compare
Choose a tag to compare

It's here! 🎉

Checkout the README and documentation.