You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New SiestaUI helper lets resources automatically control the iOS network activity indicator in the status bar. Thanks to @Reedyuk for seeing this one through! (#132)
Miscellaneous internal tightening and cleanup. Yes, this release actually has less code than the previous one. (#125, #135, #139, #140)
Fixes
Calling repeated() on a chained request now repeats the original request, not just the remainder of the chain. (#134)
Fixed numerous outdated examples and links in the docs. (#127, #136)
Breaking Changes
Thanks to Swift 3, several Error.Cause members now use stronger types to report error details instead of just strings. (#138)
Also thanks to Swift 3, in the Obj-C API BOSEntity.content is now non-nullable just like its Swift counterpart Entity.content. (#126)