Change Log

All notable changes to this project will be documented in this file.

5.4.0

5.3.6

5.3.5

5.3.4

5.3.3

5.3.2

5.3.1

5.3.0

5.2.1

5.2.0

5.1.0

5.0.1

5.0.0

4.3.1

4.3.0

4.2.0

4.1.1

4.1.0

4.0.0

3.1.0

Bug fixes & stability improvements:

3.0.0

Bug fixes & stability improvements:

Thanks to all contributors!! 🍻🍻🍻🍻🍻🍻

2.0.1

2.0.0-beta.1

Pull requests associated with this milestone can be found in this filter.

We have made tons of changes to the Eureka API to follow the new Swift API design guidelines. It's hard to enumerate all changes and most of them will be automatically suggested by Xcode.

We have also added to Eureka a extensible build-in validations support.

These are the most important changes...

Deleted

You can find these both rows under EurekaCommunity github organization.

Added

Fixes

Take a look at 2.0.0 Migration guide for more information on how to solve breaking changes.

1.7.0

1.6.0

1.5.0

1.4.1

Released on 2016-02-25.

Breaking Changes

If you are using custom rows that inherit from SelectorRow then you might want to change them as follows (or use your custom cell):

// before
// public final class LocationRow : SelectorRow<CLLocation, MapViewController>, RowType
// now
public final class LocationRow : SelectorRow<CLLocation, MapViewController, PushSelectorCell<CLLocation>>, RowType

1.4.0

Released on 2016-02-25.

Breaking Changes

If you are using custom rows you may have to fix the compiler error by adding the new parameter.

1.3.1

Released on 2016-01-11.

1.3.0

Released on 2015-12-08.

1.2.0

Released on 2015-11-12.

1.1.0

Released on 2015-10-20.

1.0.0

Released on 2015-09-29. This is the initial version.