Skip to content

This release candidate wants your vote

Compare
Choose a tag to compare
@pcantrell pcantrell released this 08 Nov 04:19

Enhancements

  • 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)