Skip to content

Stay home. Wash your hands. Build a cool app.

Compare
Choose a tag to compare
@pcantrell pcantrell released this 31 Mar 02:18
95fe815

Enhacements

  • Siesta now supports Swift Package Manager. Thanks, @karlshea! (#301, #304)
    • Note that because SwiftPM does not yet support dependency-provided resources, you will need to manually copy ResourceStatusOverlay.xib into your own project if you plan to use ResourceStatusOverlay’s default UI.
  • Long an unofficial DIY option, Siesta now officially supports tvOS. Thanks, @omidontop! (#28, #293)
  • The new Resource.withParams() method lets you add many query parameters at once. (#294)
  • The Alamofire extension now supports Alamofire 5 (#303)
  • The test suite no longer uses Nocilla. This is not a user-facing enhancement, but believe me, if you are a project maintainer, you’re very happy about this. 😎🥳 (#302)

Fixes

  • Build issues with recent Xcode / Swift versions fixed

Breaking Changes

  • Siesta now requires Swift 5. (#296)
  • The Alamofire extension not only supports but requires Alamofire 5 (#303). Projects still using AF 4 can find the old extension in Extensions/Alamofire-4.