Skip to content

Releases: tesseract-one/JsonRPC.swift

Updated dependencies

30 Aug 13:08
Compare
Choose a tag to compare
0.2.3

updated Serializable

Params is switched to Tuples

04 Aug 12:00
Compare
Choose a tag to compare
0.2.2

switched Tuples to release

ContextCodable support

14 Jul 14:15
Compare
Choose a tag to compare

Added ContextCodable support.
Fixed multi-treading bug.
Code cleanup

Foundation based version

27 Jun 17:06
Compare
Choose a tag to compare

Switched from NIO to URLSessionWebSocketTask
async/await support for Swift 5.5+
bidirectional calls support (ServerDelegate)
AnyEncodable helper

Added array parameters support. Optional Serializable integration

15 Jun 08:24
Compare
Choose a tag to compare

Initial Release

02 Jun 19:46
Compare
Choose a tag to compare
  • HTTP & WebSocket support
  • JSON RPC notifications support over WebSocket
  • Linux & Apple platforms support