Stay home. Wash your hands. Build a cool app.
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 useResourceStatusOverlay
’s default UI.
- Note that because SwiftPM does not yet support dependency-provided resources, you will need to manually copy
- 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