Skip to content

Releases: neilco/EventSource

1.0.4

23 Jan 10:17
Compare
Choose a tag to compare
  • [NEW] Dynamic framework target for watchOS.

1.0.3

12 Nov 12:31
Compare
Choose a tag to compare
  • [NEW] Carthage support for iOS and Mac
  • [CHANGED] Replaced deprecated NSURLConnection with NSURLSession.

Latest Improvements

01 Jun 20:32
Compare
Choose a tag to compare
  • Connection to EventSource server is now opened via a high priority queue.
  • Events are dispatched using a serial queue to ensure correct order of deliver.
  • Added new onReadyState event.
  • Event parsing now uses NSScanner.
  • App Transport Security has been disabled in the EventViewer sample.
  • Xcode project settings updated for Xcode 7.3.1.

Minor Updates

02 Aug 16:17
Compare
Choose a tag to compare
  • Improved parsing for event streams containing JSON.
  • Added ability to set request timeout.
  • Automatically send Last-Event-ID header on reconnect if the server previously returned an ID.
  • Automatically set the retry interval if the server returns a retry value.

Initial release

25 Jul 21:17
Compare
Choose a tag to compare
1.0.0

Initial Commit