Skip to content

Releases: foursquare/FSQCellManifest

Version 1.3.3

10 May 16:25
Compare
Choose a tag to compare

Fix a bug in - (nullable NSArray *)removeCellRecordsAtIndexPaths: removeEmptySections: managedViewUpdates: where if NO is passed to removeEmptySections, then cell won't be properly removed

Version 1.3.2

24 Apr 14:46
81f6736
Compare
Choose a tag to compare

Add more detailed message when throwing an exception due to bad cell record or identifier.

Version 1.3.1

17 Oct 19:20
Compare
Choose a tag to compare

Add in recommended changes for Xcode 9
Make fixes from v1.3.0 update to properly set up nullability annotation to not conflict with existing code

Version 1.3.0

24 Jul 21:17
Compare
Choose a tag to compare

Added in nullability annotations, set stricter compiler settings and resolved issues brought up from running the static analyzer.

Version 1.2.0

18 May 18:17
Compare
Choose a tag to compare
  • add app extension support
  • try to fix moveCellRecord method
  • Fix deployment target for framework

Version 1.1.0

11 Nov 18:27
Compare
Choose a tag to compare

Features:

  • Carthage support added.
  • sectionRecords property added to FSQCellManifest (replacing previous read-only method)
  • cellRecords property added to FSQSectionRecord
  • Headers have generics array markup for collections where appropriate.
  • Added a way to tell whether index path based callbacks are for a header or footer.

Bugfixes:

  • Fixed a bug in FSQCellRecord's isEqual method

Version 1.0.0

23 Apr 20:48
Compare
Choose a tag to compare

Initial release.