Carlos v1.1.0 Release Notes
Release Date: 2020-11-09 // almost 3 years ago-
๐ Changes
- Made Carlos less opinionated on which queue it shall run its operations.
- Wrap Carlos Future's in
Deferred
to make sure that Carlos doesn't execute its operation unless there are subscribers.
Previous changes from v1.0.0
-
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
andRequestCapperCache.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!