From a6b63c237bad7753f9aeef527d27fc3511492e83 Mon Sep 17 00:00:00 2001 From: Alexey Gurin <38838291+ElysiumWhale@users.noreply.github.com> Date: Thu, 28 Jul 2022 17:33:18 +0400 Subject: [PATCH] feat: Add changelog for 1.25.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index accec575..975c1300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 1.25.0 + +- **Update**: `RequestError` cases now contain additional url assotiated value +- **Update**: Network requests error catching now throws `RequestError` with url + ### 1.24.0 - **Add**: `AlertFactory` for presenting alerts in SwiftUI and UIKit. @@ -9,7 +14,7 @@ - **Update**: `UITextView` now support configuration with `BaseTextAttributes` - **Add**: `ReconfigurableView` & `ChangeableViewModel` for non-destructing state update - **Add**: `WrappedViewHolder` protocol with table/collection view cell implementations -- **Add**: `UIViewPresenter` and `ReusableUIViewPresenter ` protocols with default implementation for proper handling view/cells reuse +- **Add**: `UIViewPresenter` and `ReusableUIViewPresenter` protocols with default implementation for proper handling view/cells reuse ### 1.22.0