Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Shiny ✨

Latest
Compare
Choose a tag to compare
@simba909 simba909 released this 21 Aug 12:54
2319120

New in this release:

  • Support for Apple's Combine framework
  • The Packer and Unpacker associated types on the Endpoint protocol have been streamlined into the pack() and unpack(data:) functions, making it easier to implement custom coding behavior
  • The Cancellable protocol has been dropped in favor of the Request type, to better interoperate with the Combine framework
  • Support for Carthage has been dropped, and Endpoints is now a "pure" Swift Package