Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

110 lines (66 loc) · 5.51 KB

Change Log

4.0.0 (2019-10-14)

Full Changelog

Closed issues:

  • Update to Swift 5.x #24

Merged pull requests:

3.2.0 (2019-10-14)

Full Changelog

Merged pull requests:

3.0.1 (2018-01-04)

Full Changelog

Closed issues:

  • Build Fails with Carthage Version 0.26.2 #16

Merged pull requests:

3.0.0 (2017-09-29)

Full Changelog

Closed issues:

  • Update Project For Xcode 9 & Swift 4 #14

Merged pull requests:

2.0.4 (2017-02-19)

Full Changelog

Closed issues:

  • crash when press "Show me he good stuff" button #9

Merged pull requests:

  • InternalInconsistencyException fix for sample project #10 (edopelawi)

2.0.3 (2016-12-21)

Full Changelog

Merged pull requests:

  • Fix for dynamic cell height bug (issue #7) #8 (edopelawi)

2.0.2 (2016-11-06)

Full Changelog

Merged pull requests:

  • Grammar check on the documentations #5 (edopelawi)
  • Add pod install step in run\_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)

Full Changelog

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)

Full Changelog

  • Upgrade to Swift 3.0.

1.2.0 (2016-11-02)

Full Changelog

  • Added reload section feature in CascadingSectionTableDelegate.
    • The reloadOnChildDelegateChanged boolean property was changed to reloadModeOnChildDelegatesChanged enum value, which supports .None, .Whole, and .Section(animation:) mode.
  • Added sample app.
  • Updated README.md to

1.1.0 (2016-10-21)

Full Changelog

  • 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