Releases: shareup/phoenix-apple
Releases · shareup/phoenix-apple
v4.5.1
Improve the resiliency of the tests.
v4.5.0
Add Socket.disconnectAndWait()
and comprehensive logging.
v4.4.0
Create public member wise initializer for Channel.Message
.
v4.3.0
Expose Channel.leave()
publicly.
v4.2.0
Include reply message with Channel.Event.join
.
v4.1.0
Make Channel.Message
's properties public.
v4.0.0
Change OutgoingMessageEncoder
to output RawOutgoingMessage
instead of WebSocketMessage
.
Change IncomingMessageDecoder
to receive RawIncomingMessage
as input instead of Data
.
v3.2.1
Support encoding and decoding binary messages.
v3.2.0
Add Socket.maximumMessageSize
.
v3.1.2
Simplify the encoder/decoder logic inside of Socket and fix a bug in the way text messages are handled.