From 81e87efb3c13d21d270c7b31764dafa6904fec0c Mon Sep 17 00:00:00 2001 From: Anton Popkov Date: Fri, 13 Oct 2017 17:10:19 +0300 Subject: [PATCH] Update podspec and changelog --- CHANGELOG.md | 7 +++++++ LeadKit.podspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30505e72..b73a2be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,3 +37,10 @@ - **Change**: Rename `AnyBaseTableRow` class to `SeparatorRowBox` - **Change**: Move `anyRow` property from `EmptyCellRow` to `TableRow` extension and rename it to `separatorRowBox`. - **Change**: Move `configure(extreme: middle:)` method from `TableDirector` extension to `Array` extension and rename it to `configureSeparators(extreme: middle:)` + +## 0.5.15 + +- **Add**: `AppearanceProtocol` which ensures that specific type can apply appearance to itself +- **Add**: `with(appearance:)`, `set(appearance:)` methods to TableRow extansion +- **Add**: `Appearance` to `EmptyCell` +- **Remove**: `SeparatorCellViewModel`. diff --git a/LeadKit.podspec b/LeadKit.podspec index 2cba232c..59f1479d 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.5.14" + s.version = "0.5.15" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0"