From c19379eeda6f254c0ba365dbe1110f4ffe37acf0 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Wed, 4 Jan 2017 10:09:57 -0800 Subject: [PATCH] Release 2.1.0 prep Summary: Prepping for `2.1.0` - [x] Bump version numbers - [x] Rebase this branch after remaining PRs are closed - [ ] Run `pod install` (**must be done internally**) - [x] Re-gen docs Closes https://github.com/Instagram/IGListKit/pull/380 Reviewed By: rnystrom Differential Revision: D4381222 Pulled By: jessesquires fbshipit-source-id: 04646168d3c84d0dd2c08f0a357836b9326f8963 --- Examples/Examples-iOS/Podfile.lock | 10 ++--- .../Local Podspecs/IGListKit.podspec.json | 4 +- Examples/Examples-iOS/Pods/Manifest.lock | 10 ++--- .../Target Support Files/IGListKit/Info.plist | 2 +- Examples/Examples-macOS/Podfile.lock | 10 ++--- .../Local Podspecs/IGListKit.podspec.json | 4 +- Examples/Examples-macOS/Pods/Manifest.lock | 10 ++--- .../Target Support Files/IGListKit/Info.plist | 2 +- Examples/Examples-tvOS/Podfile.lock | 10 ++--- .../Local Podspecs/IGListKit.podspec.json | 4 +- Examples/Examples-tvOS/Pods/Manifest.lock | 10 ++--- .../Target Support Files/IGListKit/Info.plist | 2 +- IGListKit.podspec | 2 +- Source/IGListAdapter.h | 2 +- Source/Info.plist | 2 +- docs/Categories.html | 2 +- docs/Classes.html | 2 +- docs/Classes/IGListAdapter.html | 34 +++++++++++++-- docs/Classes/IGListAdapterUpdater.html | 43 ++++++++++++++++++- docs/Classes/IGListBatchUpdateData.html | 2 +- .../IGListGridCollectionViewLayout.html | 2 +- docs/Classes/IGListIndexPathResult.html | 2 +- docs/Classes/IGListIndexSetResult.html | 2 +- docs/Classes/IGListMoveIndex.html | 2 +- docs/Classes/IGListMoveIndexPath.html | 2 +- docs/Classes/IGListSectionController.html | 2 +- .../IGListSingleSectionController.html | 2 +- .../IGListStackedSectionController.html | 2 +- docs/Constants.html | 2 +- docs/Enums.html | 2 +- docs/Enums/IGListDiffOption.html | 2 +- docs/Enums/IGListExperiment.html | 2 +- docs/Functions.html | 2 +- docs/Guides.html | 2 +- docs/Protocols.html | 2 +- docs/Protocols/IGListAdapterDataSource.html | 2 +- docs/Protocols/IGListAdapterDelegate.html | 2 +- .../IGListAdapterUpdaterDelegate.html | 2 +- docs/Protocols/IGListCollectionContext.html | 2 +- docs/Protocols/IGListDiffable.html | 2 +- docs/Protocols/IGListDisplayDelegate.html | 2 +- docs/Protocols/IGListScrollDelegate.html | 2 +- docs/Protocols/IGListSectionType.html | 2 +- ...IGListSingleSectionControllerDelegate.html | 2 +- .../IGListSupplementaryViewSource.html | 2 +- docs/Protocols/IGListUpdatingDelegate.html | 2 +- .../Protocols/IGListWorkingRangeDelegate.html | 2 +- docs/Type Definitions.html | 2 +- docs/getting-started.html | 2 +- docs/iglistdiffable-and-equality.html | 2 +- docs/index.html | 2 +- docs/installation.html | 2 +- docs/migration.html | 2 +- docs/undocumented.json | 2 +- 54 files changed, 152 insertions(+), 83 deletions(-) diff --git a/Examples/Examples-iOS/Podfile.lock b/Examples/Examples-iOS/Podfile.lock index 566676fa4..4e558b76c 100644 --- a/Examples/Examples-iOS/Podfile.lock +++ b/Examples/Examples-iOS/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - IGListKit (2.0.0): - - IGListKit/Default (= 2.0.0) - - IGListKit/Default (2.0.0): + - IGListKit (2.1.0): + - IGListKit/Default (= 2.1.0) + - IGListKit/Default (2.1.0): - IGListKit/Diffing - - IGListKit/Diffing (2.0.0) + - IGListKit/Diffing (2.1.0) DEPENDENCIES: - IGListKit (from `../../IGListKit.podspec`) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../../IGListKit.podspec SPEC CHECKSUMS: - IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff + IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e PODFILE CHECKSUM: 55363d0329e656c259d9b9982b162afd8d8904c6 diff --git a/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json b/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json index a5f950720..789499c8e 100644 --- a/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json +++ b/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json @@ -1,6 +1,6 @@ { "name": "IGListKit", - "version": "2.0.0", + "version": "2.1.0", "summary": "A data-driven UICollectionView framework.", "homepage": "https://github.com/Instagram/IGListKit", "documentation_url": "https://instagram.github.io/IGListKit", @@ -12,7 +12,7 @@ "social_media_url": "https://twitter.com/fbOpenSource", "source": { "git": "https://github.com/Instagram/IGListKit.git", - "tag": "2.0.0", + "tag": "2.1.0", "branch": "stable" }, "default_subspecs": "Default", diff --git a/Examples/Examples-iOS/Pods/Manifest.lock b/Examples/Examples-iOS/Pods/Manifest.lock index 566676fa4..4e558b76c 100644 --- a/Examples/Examples-iOS/Pods/Manifest.lock +++ b/Examples/Examples-iOS/Pods/Manifest.lock @@ -1,9 +1,9 @@ PODS: - - IGListKit (2.0.0): - - IGListKit/Default (= 2.0.0) - - IGListKit/Default (2.0.0): + - IGListKit (2.1.0): + - IGListKit/Default (= 2.1.0) + - IGListKit/Default (2.1.0): - IGListKit/Diffing - - IGListKit/Diffing (2.0.0) + - IGListKit/Diffing (2.1.0) DEPENDENCIES: - IGListKit (from `../../IGListKit.podspec`) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../../IGListKit.podspec SPEC CHECKSUMS: - IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff + IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e PODFILE CHECKSUM: 55363d0329e656c259d9b9982b162afd8d8904c6 diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist index 0a12077e3..7f71fffcf 100644 --- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist +++ b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Examples/Examples-macOS/Podfile.lock b/Examples/Examples-macOS/Podfile.lock index 906cfe03e..618a3506c 100644 --- a/Examples/Examples-macOS/Podfile.lock +++ b/Examples/Examples-macOS/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - IGListKit (2.0.0): - - IGListKit/Default (= 2.0.0) - - IGListKit/Default (2.0.0): + - IGListKit (2.1.0): + - IGListKit/Default (= 2.1.0) + - IGListKit/Default (2.1.0): - IGListKit/Diffing - - IGListKit/Diffing (2.0.0) + - IGListKit/Diffing (2.1.0) DEPENDENCIES: - IGListKit (from `../../IGListKit.podspec`) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../../IGListKit.podspec SPEC CHECKSUMS: - IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff + IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8 diff --git a/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json b/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json index a5f950720..789499c8e 100644 --- a/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json +++ b/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json @@ -1,6 +1,6 @@ { "name": "IGListKit", - "version": "2.0.0", + "version": "2.1.0", "summary": "A data-driven UICollectionView framework.", "homepage": "https://github.com/Instagram/IGListKit", "documentation_url": "https://instagram.github.io/IGListKit", @@ -12,7 +12,7 @@ "social_media_url": "https://twitter.com/fbOpenSource", "source": { "git": "https://github.com/Instagram/IGListKit.git", - "tag": "2.0.0", + "tag": "2.1.0", "branch": "stable" }, "default_subspecs": "Default", diff --git a/Examples/Examples-macOS/Pods/Manifest.lock b/Examples/Examples-macOS/Pods/Manifest.lock index 906cfe03e..618a3506c 100644 --- a/Examples/Examples-macOS/Pods/Manifest.lock +++ b/Examples/Examples-macOS/Pods/Manifest.lock @@ -1,9 +1,9 @@ PODS: - - IGListKit (2.0.0): - - IGListKit/Default (= 2.0.0) - - IGListKit/Default (2.0.0): + - IGListKit (2.1.0): + - IGListKit/Default (= 2.1.0) + - IGListKit/Default (2.1.0): - IGListKit/Diffing - - IGListKit/Diffing (2.0.0) + - IGListKit/Diffing (2.1.0) DEPENDENCIES: - IGListKit (from `../../IGListKit.podspec`) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../../IGListKit.podspec SPEC CHECKSUMS: - IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff + IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8 diff --git a/Examples/Examples-macOS/Pods/Target Support Files/IGListKit/Info.plist b/Examples/Examples-macOS/Pods/Target Support Files/IGListKit/Info.plist index 0a12077e3..7f71fffcf 100644 --- a/Examples/Examples-macOS/Pods/Target Support Files/IGListKit/Info.plist +++ b/Examples/Examples-macOS/Pods/Target Support Files/IGListKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Examples/Examples-tvOS/Podfile.lock b/Examples/Examples-tvOS/Podfile.lock index 906cfe03e..618a3506c 100644 --- a/Examples/Examples-tvOS/Podfile.lock +++ b/Examples/Examples-tvOS/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - IGListKit (2.0.0): - - IGListKit/Default (= 2.0.0) - - IGListKit/Default (2.0.0): + - IGListKit (2.1.0): + - IGListKit/Default (= 2.1.0) + - IGListKit/Default (2.1.0): - IGListKit/Diffing - - IGListKit/Diffing (2.0.0) + - IGListKit/Diffing (2.1.0) DEPENDENCIES: - IGListKit (from `../../IGListKit.podspec`) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../../IGListKit.podspec SPEC CHECKSUMS: - IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff + IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8 diff --git a/Examples/Examples-tvOS/Pods/Local Podspecs/IGListKit.podspec.json b/Examples/Examples-tvOS/Pods/Local Podspecs/IGListKit.podspec.json index a5f950720..789499c8e 100644 --- a/Examples/Examples-tvOS/Pods/Local Podspecs/IGListKit.podspec.json +++ b/Examples/Examples-tvOS/Pods/Local Podspecs/IGListKit.podspec.json @@ -1,6 +1,6 @@ { "name": "IGListKit", - "version": "2.0.0", + "version": "2.1.0", "summary": "A data-driven UICollectionView framework.", "homepage": "https://github.com/Instagram/IGListKit", "documentation_url": "https://instagram.github.io/IGListKit", @@ -12,7 +12,7 @@ "social_media_url": "https://twitter.com/fbOpenSource", "source": { "git": "https://github.com/Instagram/IGListKit.git", - "tag": "2.0.0", + "tag": "2.1.0", "branch": "stable" }, "default_subspecs": "Default", diff --git a/Examples/Examples-tvOS/Pods/Manifest.lock b/Examples/Examples-tvOS/Pods/Manifest.lock index 906cfe03e..618a3506c 100644 --- a/Examples/Examples-tvOS/Pods/Manifest.lock +++ b/Examples/Examples-tvOS/Pods/Manifest.lock @@ -1,9 +1,9 @@ PODS: - - IGListKit (2.0.0): - - IGListKit/Default (= 2.0.0) - - IGListKit/Default (2.0.0): + - IGListKit (2.1.0): + - IGListKit/Default (= 2.1.0) + - IGListKit/Default (2.1.0): - IGListKit/Diffing - - IGListKit/Diffing (2.0.0) + - IGListKit/Diffing (2.1.0) DEPENDENCIES: - IGListKit (from `../../IGListKit.podspec`) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../../IGListKit.podspec SPEC CHECKSUMS: - IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff + IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8 diff --git a/Examples/Examples-tvOS/Pods/Target Support Files/IGListKit/Info.plist b/Examples/Examples-tvOS/Pods/Target Support Files/IGListKit/Info.plist index 321ee02ec..47414743f 100644 --- a/Examples/Examples-tvOS/Pods/Target Support Files/IGListKit/Info.plist +++ b/Examples/Examples-tvOS/Pods/Target Support Files/IGListKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/IGListKit.podspec b/IGListKit.podspec index c87cc628c..ee28f68be 100644 --- a/IGListKit.podspec +++ b/IGListKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'IGListKit' - s.version = '2.0.0' + s.version = '2.1.0' s.summary = 'A data-driven UICollectionView framework.' s.homepage = 'https://github.com/Instagram/IGListKit' s.documentation_url = 'https://instagram.github.io/IGListKit' diff --git a/Source/IGListAdapter.h b/Source/IGListAdapter.h index 328d3ff23..3e0f3722f 100644 --- a/Source/IGListAdapter.h +++ b/Source/IGListAdapter.h @@ -74,7 +74,7 @@ IGLK_SUBCLASSING_RESTRICTED @property (nonatomic, nullable, weak) id scrollViewDelegate; /** - The updater that this list adapter was created with. + The updater for this list adapter. */ @property (nonatomic, strong, readonly) id updater; diff --git a/Source/Info.plist b/Source/Info.plist index d87c8b3c8..f69838d47 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/docs/Categories.html b/docs/Categories.html index 8e1084794..eb939124f 100644 --- a/docs/Categories.html +++ b/docs/Categories.html @@ -283,7 +283,7 @@

Declaration

diff --git a/docs/Classes.html b/docs/Classes.html index 739c84e4b..74e6e1334 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -728,7 +728,7 @@

Declaration

diff --git a/docs/Classes/IGListAdapter.html b/docs/Classes/IGListAdapter.html index ee3892607..d5896b0bd 100644 --- a/docs/Classes/IGListAdapter.html +++ b/docs/Classes/IGListAdapter.html @@ -423,6 +423,34 @@

Declaration

+
  • +
    + + + + updater + +
    +
    +
    +
    +
    +
    +

    The updater for this list adapter.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readonly, strong, nonatomic)
    +    id<IGListUpdatingDelegate> _Nonnull updater;
    + +
    +
    +
    +
    +
  • @@ -487,7 +515,7 @@

    Declaration

    Objective-C

    - (nonnull instancetype)
    - initWithUpdater:(nonnull id<IGListUpdatingDelegate>)updatingDelegate
    + initWithUpdater:(nonnull id<IGListUpdatingDelegate>)updater
       viewController:(nullable UIViewController *)viewController
     workingRangeSize:(NSInteger)workingRangeSize;
    @@ -500,7 +528,7 @@

    Parameters

    - updatingDelegate + updater @@ -1365,7 +1393,7 @@

    Return Value

    diff --git a/docs/Classes/IGListAdapterUpdater.html b/docs/Classes/IGListAdapterUpdater.html index 7437d1337..8ae2a5f9e 100644 --- a/docs/Classes/IGListAdapterUpdater.html +++ b/docs/Classes/IGListAdapterUpdater.html @@ -291,6 +291,47 @@

    Declaration

  • +
  • + +
    +
    +
    +
    +
    +

    A flag indicating whether this updater should skip diffing and simply call +reloadData for updates when the collection view is not in a window. The default value is YES.

    + +
    +

    Note

    +

    This will result in better performance, but will not generate the same delegate +callbacks. If using a custom layout, it will not receive prepareForCollectionViewUpdates:.

    + +
    + +
    +

    Warning

    +

    On iOS < 8.3, this behavior is unsupported and will always be treated as NO.

    + +
    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL allowsBackgroundReloading;
    + +
    +
    +
    +
    +
  • @@ -323,7 +364,7 @@

    Declaration

    diff --git a/docs/Classes/IGListBatchUpdateData.html b/docs/Classes/IGListBatchUpdateData.html index 661dde8b9..eb491440c 100644 --- a/docs/Classes/IGListBatchUpdateData.html +++ b/docs/Classes/IGListBatchUpdateData.html @@ -558,7 +558,7 @@

    Return Value

    diff --git a/docs/Classes/IGListGridCollectionViewLayout.html b/docs/Classes/IGListGridCollectionViewLayout.html index 0abab30be..de6557b66 100644 --- a/docs/Classes/IGListGridCollectionViewLayout.html +++ b/docs/Classes/IGListGridCollectionViewLayout.html @@ -318,7 +318,7 @@

    Declaration

    diff --git a/docs/Classes/IGListIndexPathResult.html b/docs/Classes/IGListIndexPathResult.html index 0ca234982..26c278f5f 100644 --- a/docs/Classes/IGListIndexPathResult.html +++ b/docs/Classes/IGListIndexPathResult.html @@ -558,7 +558,7 @@

    Declaration

    diff --git a/docs/Classes/IGListIndexSetResult.html b/docs/Classes/IGListIndexSetResult.html index 151392fa6..a84179b7c 100644 --- a/docs/Classes/IGListIndexSetResult.html +++ b/docs/Classes/IGListIndexSetResult.html @@ -555,7 +555,7 @@

    Declaration

    diff --git a/docs/Classes/IGListMoveIndex.html b/docs/Classes/IGListMoveIndex.html index 1665fda32..d0cfe1df3 100644 --- a/docs/Classes/IGListMoveIndex.html +++ b/docs/Classes/IGListMoveIndex.html @@ -296,7 +296,7 @@

    Declaration

    diff --git a/docs/Classes/IGListMoveIndexPath.html b/docs/Classes/IGListMoveIndexPath.html index 90e6b15d9..23954473e 100644 --- a/docs/Classes/IGListMoveIndexPath.html +++ b/docs/Classes/IGListMoveIndexPath.html @@ -296,7 +296,7 @@

    Declaration

    diff --git a/docs/Classes/IGListSectionController.html b/docs/Classes/IGListSectionController.html index e19d1e543..a097c661c 100644 --- a/docs/Classes/IGListSectionController.html +++ b/docs/Classes/IGListSectionController.html @@ -661,7 +661,7 @@

    Return Value

    diff --git a/docs/Classes/IGListSingleSectionController.html b/docs/Classes/IGListSingleSectionController.html index 15a77f87a..46df30c31 100644 --- a/docs/Classes/IGListSingleSectionController.html +++ b/docs/Classes/IGListSingleSectionController.html @@ -563,7 +563,7 @@

    Declaration

    diff --git a/docs/Classes/IGListStackedSectionController.html b/docs/Classes/IGListStackedSectionController.html index ceb492b79..887b7952e 100644 --- a/docs/Classes/IGListStackedSectionController.html +++ b/docs/Classes/IGListStackedSectionController.html @@ -305,7 +305,7 @@

    Parameters

    diff --git a/docs/Constants.html b/docs/Constants.html index 878eeeffc..2ddd48263 100644 --- a/docs/Constants.html +++ b/docs/Constants.html @@ -279,7 +279,7 @@

    Declaration

    diff --git a/docs/Enums.html b/docs/Enums.html index fed418b1e..348e6735c 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -295,7 +295,7 @@

    Declaration

    diff --git a/docs/Enums/IGListDiffOption.html b/docs/Enums/IGListDiffOption.html index 774a37396..829dfa859 100644 --- a/docs/Enums/IGListDiffOption.html +++ b/docs/Enums/IGListDiffOption.html @@ -296,7 +296,7 @@

    Declaration

    diff --git a/docs/Enums/IGListExperiment.html b/docs/Enums/IGListExperiment.html index 7a787ee97..9ba7d835e 100644 --- a/docs/Enums/IGListExperiment.html +++ b/docs/Enums/IGListExperiment.html @@ -264,7 +264,7 @@

    Declaration

    diff --git a/docs/Functions.html b/docs/Functions.html index b052e9084..a44ef7f14 100644 --- a/docs/Functions.html +++ b/docs/Functions.html @@ -714,7 +714,7 @@

    Return Value

    diff --git a/docs/Guides.html b/docs/Guides.html index 95d2d6878..a151a51e8 100644 --- a/docs/Guides.html +++ b/docs/Guides.html @@ -221,7 +221,7 @@

    Guides

    diff --git a/docs/Protocols.html b/docs/Protocols.html index ad65dcbd8..b5a92b2c1 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -682,7 +682,7 @@

    Declaration

    diff --git a/docs/Protocols/IGListAdapterDataSource.html b/docs/Protocols/IGListAdapterDataSource.html index 6a656e112..4fc704b02 100644 --- a/docs/Protocols/IGListAdapterDataSource.html +++ b/docs/Protocols/IGListAdapterDataSource.html @@ -434,7 +434,7 @@

    Return Value

    diff --git a/docs/Protocols/IGListAdapterDelegate.html b/docs/Protocols/IGListAdapterDelegate.html index 5bfebbea3..20a54e5ed 100644 --- a/docs/Protocols/IGListAdapterDelegate.html +++ b/docs/Protocols/IGListAdapterDelegate.html @@ -392,7 +392,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListAdapterUpdaterDelegate.html b/docs/Protocols/IGListAdapterUpdaterDelegate.html index c6527d838..10b584c1c 100644 --- a/docs/Protocols/IGListAdapterUpdaterDelegate.html +++ b/docs/Protocols/IGListAdapterUpdaterDelegate.html @@ -969,7 +969,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListCollectionContext.html b/docs/Protocols/IGListCollectionContext.html index 3538c0372..4751c06bc 100644 --- a/docs/Protocols/IGListCollectionContext.html +++ b/docs/Protocols/IGListCollectionContext.html @@ -1701,7 +1701,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListDiffable.html b/docs/Protocols/IGListDiffable.html index 35166ee35..b66d6b6e4 100644 --- a/docs/Protocols/IGListDiffable.html +++ b/docs/Protocols/IGListDiffable.html @@ -340,7 +340,7 @@

    Return Value

    diff --git a/docs/Protocols/IGListDisplayDelegate.html b/docs/Protocols/IGListDisplayDelegate.html index af479681f..b20cbee58 100644 --- a/docs/Protocols/IGListDisplayDelegate.html +++ b/docs/Protocols/IGListDisplayDelegate.html @@ -536,7 +536,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListScrollDelegate.html b/docs/Protocols/IGListScrollDelegate.html index 325cfaa47..5a14a277e 100644 --- a/docs/Protocols/IGListScrollDelegate.html +++ b/docs/Protocols/IGListScrollDelegate.html @@ -419,7 +419,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListSectionType.html b/docs/Protocols/IGListSectionType.html index 4fd4a4d8b..23591437b 100644 --- a/docs/Protocols/IGListSectionType.html +++ b/docs/Protocols/IGListSectionType.html @@ -530,7 +530,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListSingleSectionControllerDelegate.html b/docs/Protocols/IGListSingleSectionControllerDelegate.html index 6a1dfada8..67575c51a 100644 --- a/docs/Protocols/IGListSingleSectionControllerDelegate.html +++ b/docs/Protocols/IGListSingleSectionControllerDelegate.html @@ -285,7 +285,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListSupplementaryViewSource.html b/docs/Protocols/IGListSupplementaryViewSource.html index 91adc6195..b95f5440f 100644 --- a/docs/Protocols/IGListSupplementaryViewSource.html +++ b/docs/Protocols/IGListSupplementaryViewSource.html @@ -421,7 +421,7 @@

    Return Value

    diff --git a/docs/Protocols/IGListUpdatingDelegate.html b/docs/Protocols/IGListUpdatingDelegate.html index 8714afd50..87adbf3e0 100644 --- a/docs/Protocols/IGListUpdatingDelegate.html +++ b/docs/Protocols/IGListUpdatingDelegate.html @@ -861,7 +861,7 @@

    Parameters

    diff --git a/docs/Protocols/IGListWorkingRangeDelegate.html b/docs/Protocols/IGListWorkingRangeDelegate.html index 42b098dee..3ad64dbbf 100644 --- a/docs/Protocols/IGListWorkingRangeDelegate.html +++ b/docs/Protocols/IGListWorkingRangeDelegate.html @@ -359,7 +359,7 @@

    Parameters

    diff --git a/docs/Type Definitions.html b/docs/Type Definitions.html index ce7be42cb..55f7e4b5b 100644 --- a/docs/Type Definitions.html +++ b/docs/Type Definitions.html @@ -570,7 +570,7 @@

    Declaration

    diff --git a/docs/getting-started.html b/docs/getting-started.html index 9aaac5fc7..f28cc56ff 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -347,7 +347,7 @@ diff --git a/docs/iglistdiffable-and-equality.html b/docs/iglistdiffable-and-equality.html index 836ad72de..120493ede 100644 --- a/docs/iglistdiffable-and-equality.html +++ b/docs/iglistdiffable-and-equality.html @@ -301,7 +301,7 @@ diff --git a/docs/index.html b/docs/index.html index c874a0a5f..cd693ef76 100644 --- a/docs/index.html +++ b/docs/index.html @@ -337,7 +337,7 @@ diff --git a/docs/installation.html b/docs/installation.html index b1ee115d7..061d649db 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -249,7 +249,7 @@ diff --git a/docs/migration.html b/docs/migration.html index 73b70c87a..13b5efdf5 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -259,7 +259,7 @@ diff --git a/docs/undocumented.json b/docs/undocumented.json index 3bbe33de7..07efe59b4 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -2,5 +2,5 @@ "warnings": [ ], - "source_directory": "/Users/jsq/src/fbsource/fbobjc/VendorLib/IGListKit/src" + "source_directory": "/Users/jesse/GitHub/IGListKit" } \ No newline at end of file