Releases: AckeeCZ/ACKategories
Releases · AckeeCZ/ACKategories
6.15.0
6.14.0 - Privacy manifest
6.13.0
- Merge iOS template lib (#143, kudos to @olejnjak)
- add Networking module
- add VersionUpdate module
- add PushNotifications module
- Add
isTV
andisMac
forUIDevice
(#142, kudos to @leinhauplk) - Add helper function for easier back gesture setup (#141, kudos to @leinhauplk)
- Support tvOS & watchOS, use single multiplatform target for Carthage (#140, kudos to @olejnjak)
- Add helpers for
SwiftUI.EdgeInsets
(#138, kudos to @olejnjak) - Bump deployment target to iOS 12 (#137, kudos to @olejnjak)
- Add Font modifier for SwiftUI fonts (#134, kudos to @leinhauplk)
6.12.3
6.12.2
6.12.1
6.12.0
- Binary is built using Xcode 13.4 (#125, kudos to @olejnjak)
- Add
projectedValue
toUserDefault
property wrapper withCurrentValueSubject
(#124, kudos to @olejnjak) - Fix navigation stack when managed by flow coordinators in non-linear hierarchy (#123, kudos to @olejnjak)
- Add
flatMapLatest
extension toPublisher
. (#120, kudos to @olejnjak) - Add custom
ZipMany
publisher. (#116, kudos to @vendulasvastal)
6.11.1
6.11.0
-
Create
PublisherExtensions.swift
and addweakAssign(on:to:)
. (#116, kudos to @vendulasvastal) -
Add option to implement custom push transition (#115, kudos to @leinhauplk)