Skip to content

0.9.0

Compare
Choose a tag to compare
@scottrhoyt scottrhoyt released this 28 Aug 02:02
· 21 commits to master since this release
Breaking
  • CiderClient now is initialized with an optional UrlFetcher instead of a
    URLSessionConfiguration.
  • More descriptive generic types for Resource.
Enhancements
  • UrlFetcher provides an abstraction for URL loading so that users can choose
    their own mechanism: URLSession (default) or another (e.g. Alamofire).
  • Add all current Storefronts.
Bug Fixes
  • None