From b273d2c1181ef56577922873d4e79019689ac239 Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Tue, 18 Aug 2020 12:42:23 +0300 Subject: [PATCH] Up version and update change log --- CHANGELOG.md | 6 ++++++ LeadKit.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6066e2f7..d5d6934b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.9.37 +- **Add**: `BaseTableViewCell` is subclass of `UITableViewCell` class with support `InitializableView` and `DisposeBagHolder` protocols. +- **Add**: `ContainerTableCell` is container class that provides wrapping any `UIView` into `UITableViewCell`. +- **Add**: `BaseTappableViewModel` is simplifies interaction between view and viewModel for events of tapping. +- **Add**: `VoidTappableViewModel` is subclass of `BaseTappableViewModel` class with void payload type. + ### 0.9.36 - **Add**: SPM Package.swift. - **Add**: TITransitions via SPM. diff --git a/LeadKit.podspec b/LeadKit.podspec index 3014238d..047c7558 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.36" + s.version = "0.9.37" 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"