Skip to content

2.0.0

Choose a tag to compare

@djbe djbe released this 30 Sep 01:20
· 47 commits to master since this release
2.0.0
200f596

Breaking

  • Updated to Alamofire 5.0, causing some breaking changes for Network clients and related types.
  • Switched to Swift's built-in Result type, which requires an Error generic parameter.
  • It is recommended to use the migration script when possible, it will convert most common breaking changes.