4.0.0 (2019-10-14)
Closed issues:
- Update to Swift 5.x #24
Merged pull requests:
3.2.0 (2019-10-14)
Merged pull requests:
3.0.1 (2018-01-04)
Closed issues:
- Build Fails with Carthage Version 0.26.2 #16
Merged pull requests:
3.0.0 (2017-09-29)
Closed issues:
- Update Project For Xcode 9 & Swift 4 #14
Merged pull requests:
2.0.4 (2017-02-19)
Closed issues:
- crash when press "Show me he good stuff" button #9
Merged pull requests:
2.0.3 (2016-12-21)
Merged pull requests:
2.0.2 (2016-11-06)
Merged pull requests:
- Grammar check on the documentations #5 (edopelawi)
- Add
pod install
step inrun\_tests.sh
#4 (edopelawi) - Fix carthage issue on 2.0.1 #3 (edopelawi)
- Update README.md and CONTRIBUTING.md #2 (edopelawi)
- Change sample code's view models to implement Observer pattern #1 (edopelawi)
2.0.1 (2016-11-04)
Merged pull requests:
- Update README.md and CONTRIBUTING.md #2 (edopelawi)
- Change sample code's view models to implement Observer pattern #1 (edopelawi)
2.0.0 (2016-11-03)
- Upgrade to Swift 3.0.
1.2.0 (2016-11-02)
- Added reload section feature in CascadingSectionTableDelegate.
- The
reloadOnChildDelegateChanged
boolean property was changed toreloadModeOnChildDelegatesChanged
enum value, which supports.None
,.Whole
, and.Section(animation:)
mode.
- The
- Added sample app.
- Updated README.md to
1.1.0 (2016-10-21)
- Fixed faulty propagation logic where CascadingRootTableDelegate doesn't call its child method with index of 0.
1.0.0 (2016-10-19)
Initial version of CascadingTableDelegate.
- Added these classes (with full unit tests):
- PropagatingTableDelegate
- CascadingRootTableDelegate
- CascadingSectionTableDelegate
- Added project-related documentation (README.md, CONTRIBUTING.md, Podspec, etc.)
* This Change Log was automatically generated by github_changelog_generator