Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 434 Bytes

Changelog.md

File metadata and controls

executable file
·
21 lines (15 loc) · 434 Bytes

2.2.0

  • Using Moya 8.0.0
  • Using ReactiveSwift 1.0.0

2.1.1

  • Using Moya beta 5
  • Using ReactiveSwift beta 4

2.1.0

  • Supporting iOS 8 again
  • Using beta 4 of Moya

2.0.0

  • Updated to Swift 3.0
  • Changed min required iOS version to 9.0
  • Renamed functions:
    • mapObject<T: ALJSONAble>(type:T.Type) to map<T: ALJSONAble>(to type:T.Type)
    • mapArray<T: ALJSONAble>(type:T.Type) to map<T: ALJSONAble>(to type:T.Type)