Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 879 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 879 Bytes

Changelog


2.0.2 (link here)

Added

  • New debugLogEnabled option in YTKNetworkConfig to enable/disable logging (f0ee0b4).
  • Exposed more errors when constructing YTKBaseRequest (f210739).

Updated

  • Documentation is now organized and updated to reflect the latest code (#236 & #230).

Fixed

  • When put inside YTKBatchRequest or YTKChainRequest, a single YTKRequest will have its completion blocks(delegates) cleared to prevent further confusing behaviour (55d88ae).