Skip to content

Releases: loay-ashraf/RxNetworkKit

v2.0.0

27 Jan 17:27
729ea3e
Compare
Choose a tag to compare

Changes in this release:

  • ➕ Add logging for all outgoing requests (in debug mode only).
  • ➕ Add new SessionConfiguration with which you can enable/disable request logging and User-Agent header addition.
  • ➕ Add default implementation for url property in HTTPRequestRouter, so you don't have to specify it manually every time.
  • ❌ Remove HTTPRequestEventMonitor as the delegate methods were not called.
  • ⬆️ Update documentation and add guide articles for framework.

Happy coding 🚀

v1.0.0

10 Jan 11:51
797c7a4
Compare
Choose a tag to compare

Here we go, our first major release 🚀🔥

Changes in this release:

  • ➕ Add support for tvOS (v14.0+) along with an example project.
  • ➕ Add support for watchOS (v7.0+) along with an example project.
  • ⬆️ Update and enhance documentation for framework.
  • ❌ Drop support for Cocoapods (sorry for this one guys 🥲).

v0.2.0

10 Oct 15:40
b09471f
Compare
Choose a tag to compare

Changes:

  • Enhance Error handling for WebSocket class.
  • Add new WebSocketError enumeration.

v0.1.0

04 Oct 22:00
9e84cbb
Compare
Choose a tag to compare

🔥 New features:

  • Add Web Socket support.

v0.0.2

25 Aug 13:12
2ca2a46
Compare
Choose a tag to compare

🔥 New features:

  • Added the ability to decode response body incase of invalid status code.
  • Added macOS example to workspace

v0.0.1

07 Apr 12:06
e6215cf
Compare
Choose a tag to compare

Yay, First Release! 🎉🥳

This release includes:

  • Network Manager for making all kinds of HTTP requests.
  • Network Request Interceptor for adapting and retrying requests.
  • Network Reachability can be observed from anywhere in code to get realtime connectivity status.