This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
New in this release:
- Support for Apple's Combine framework
- The
Packer
andUnpacker
associated types on theEndpoint
protocol have been streamlined into thepack()
andunpack(data:)
functions, making it easier to implement custom coding behavior - The
Cancellable
protocol has been dropped in favor of theRequest
type, to better interoperate with theCombine
framework - Support for Carthage has been dropped, and Endpoints is now a "pure" Swift Package