All Versions
31
Latest Version
Avg Release Cycle
72 days
Latest Release
630 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.6.1 Changes
โจ Enhancements
- โ UI testing
- ๐ Change sections and rows from structs to classes
- ๐ Allow customized cell classes to implement the
Configurable
method in addition to the default setup
๐ Fixes
- UISwitch animation #9
-
v0.6.0 Changes
๐ฅ Breaking
- ๐ Deprecate the customization using table view
register(_:forCellReuseIdentifier:)
- ๐ง Move the
tableView
configuration fromloadView()
toviewDidLoad()
โจ Enhancements
- Specify table view cell types to rows during initialization
- ๐
Separate
RowStyle
from the originalRow
protocol - โ Add an additional cell customization
((UITableViewCell, Row & RowStyle) -> Void)?
for each row #8
โก๏ธ Project Updates
- CocoaPods 1.3.0
- ๐ Deprecate the customization using table view
-
v0.5.3 Changes
๐ Fixes
- ๐ Fix the cell reuse identifier of
SwitchRow
andTapActionRow
to be compatible with0.5.x
Cell Reuse identifier SwitchRow TapActionRow <= 0.5.0
NSStringFromClass(SwitchRow.self)
NSStringFromClass(TapActionRow.self)
== 0.5.1
String(describing: SwitchRow.self)
String(describing: TapActionRow.self)
== 0.5.2
String(describing: SwitchRow.self)
String(describing: TapActionRow.self)
== 0.5.3
NSStringFromClass(SwitchRow.self)
NSStringFromClass(TapActionRow.self)
- ๐ Fix the cell reuse identifier of
-
v0.5.2 Changes
โจ Enhancements
- ๐ Make the image name and highlighted image name of
Icon
public readonly
โก๏ธ Project Updates
- Xcode 8.3
- CocoaPods 1.2.1
- ๐ Make the image name and highlighted image name of
-
v0.5.1 Changes
โจ Enhancements
- Specify table view cell reuse identifier for each type of row
- โก๏ธ Update Swift syntax
-
v0.5.0 Changes
๐ฅ Breaking
- Swift 3.0
โก๏ธ Project Updates
- ๐ Auto generated docs
- ๐ Move the example to the project root directory
-
v0.4.0 Changes
โจ Enhancements
- Swift 2.3
- ๐ Improved documentation
- ๐ Make the images of
Icon
readonly
โก๏ธ Project Updates
- CocoaPods 1.1.0.rc.2
- โ Run tests with fastlane scan
- โ Integrate with danger.systems
-
v0.3.0 Changes
โจ Enhancements
- Swift 2.2
- Both
NavigationRow
andSwitchRow
conform toIconEnabled
#2
โก๏ธ Project Updates
- CocoaPods 1.0.1
- Calculate code coverage
- ๐ SwiftLint with Hound CI
-
v0.2.0 Changes
๐ฅ Breaking
- Swift 2.0
โจ Enhancements
Row
andSubtitle
now conform toEquatable
- Specify table view cell images with
Icon
, which includes highlighted image - Separate self.view from self.tableView in QuickTableViewController
๐ Fixes
- ๐ Fix the access control on the overridden initializer
โก๏ธ Project Updates
- โ Run tests on Travis CI
- ๐ Clean up syntax with SwiftLint
-
v0.1.1 Changes
๐ Fixes
- ๐ Change the deployment target from iOS 8.4 to 8.0