Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

1.0.0 Combine Migration

Compare
Choose a tag to compare
@ivanlisovyi ivanlisovyi released this 19 Oct 10:21
· 20 commits to master since this release
5d6673a

1.0.0

Breaking Changes

  • Swift 5.3 and Xcode 12 support
  • The codebase has been migrated from PiedPiper to Combine
  • The minimum supported OS version set to Combine's minimum supported version: iOS 13, macOS 10.15, watchOS 6, tvOS 13.
  • Removed Dispatched.swift and RequestCapperCache.swift because the functionality they provided could be easily re-implemented using Combine operators.

New Features

  • Carlos is now powered by Combine which means you can use awesome Combine provided operators on the Carlos cached values!