- fix room description fromJson factory (30908a8)
- fix room description structure (b3f5b08)
- change pid type from int to string (12b4d8d)
- auth: add apple authentication method implementation (8c65b3c)
- put options to join request (bf2305a)
- add reconnect field to connect method (6362e78)
- 'create' return type changed from 'Room' to 'RoomData'
- replace create return parameter (6f12fb3)
- serializable: change shallow toJson implementation to deep toJson (4b16aca)
- client:
joinRoom
method renamed to connect
- client: return types changed
- client: add missing return types to get_rooms method (72d1428)
- client: add reconnect support (6a08ed0)
- deps: switch to msg_pack dependency (eed4875)
- fix linting errors and invalid imports (316999b)
- deps: add missing dependencies (ed84366)