Skip to content

2.0.1

Compare
Choose a tag to compare
@abillingsley abillingsley released this 05 Feb 15:34
· 32 commits to master since this release

Adds Support for all 2.x version of AFNetworking

  • Fixes 🐛 in SSE when serializing the response #230
  • Removes the need for SRHTTPRequestOperation
  • Reworks SSE Unit Tests after removal of SRHTTPRequestOperation

Adds Optional Support for CocoaLumberjack Logging using subspec in cocoapods

SignalR-ObjC/CocoaLumberjack
  • Reworks Logging Macros to just use CocoaLumberjack standard loglevels (debug, info, warn, error, verbose)
  • Adds Logging Macros for easier greping at various abstractions (connection vs transport and transport specific logs (auto, lp, sse, ws)
  • Reworks Logging statements to use more consistent language between each transport
  • Adds Additional Logging Statements for faster debugging

Tooling

  • Fixes 🐛 in unit testing suite after upgrading to Xcode 7. Improper usage of nested waitForExpectationsWithTimeout
  • Improves Unit Test Tooling in SSE Tests
  • Improves Unit Test Tooling by introducing SRMockClientTransport