TableManager CHANGELOG

1.7.4

Fix

1.7.0

New Feature

1.6.4

FIX

1.6.3

ADD

1.6.2

ADD

FIX

1.6.0

New Features

1.5.0

1.4.0

New Features

Changes

1.3.1

New Features

1.3.0

New Features

1.2.0

* CHANGE: Refactor the `visibleSections`/`visibleRows` to `sectionsToRender`/`rowsToRender`;
* CHANGE: Refactor the `displayedRows` to `visibleRows` to be consistent with Apple's framework (visible rows now means the rows that are appearing to the user in the table);
* ADD: A UITableView extension to use all TableManager features directly in the tableView instance;
* ADD: A `UIScrollViewDelegate` property to redirect all the scroll events.

1.1.0

* ADD: `selectedRow()` method in TableManger class; 
* ADD: `displayedRows()` method in TableManger class; - suggestion by [@lfarah](https://github.com/lfarah)

1.0.0

* First official release; 
* FIX: Swift style code;
* ADD: Support to Footer configuration;
* ADD: Section constructor;
* CHANGE: All API;
* CHANGE: Remove `stateRows` property;
* CHANGE: Remove `StateRowsTuple` typealias;
* CHANGE: Remove `ScreenState` enum;
* CHANGE: Remove `ConfigureCell` protocol;

0.0.3

* Some fixes;
* ADD: Example project;
* FIX: A bug was blocking the usage as pod;
* FIX: Rename `setByResulsAndErrors()` to `setByResultsAndErrors()`

0.0.1

* Creating pod