Skip to content

Releases: youngmonkeys/ezyfox-server-csharp-client

Release version 1.0.5

05 Dec 15:12
8c60006
Compare
Choose a tag to compare
  • Add binding: mapping EzyArray and EzyObject to C# object

Release version 1.0.4

02 Oct 06:36
7545292
Compare
Choose a tag to compare
  • Fix EzyObject.clone, EzyArray.clone issue when value is not clonable
  • Fix EzyObject, EzyArray get data issue: get integer from double, get double from integer
  • Fix EzyObject.toDict, EzyArray.toArray issue when Object contains array and Array contains Object
  • Fix EzyObject.put, EzyArray.add issue when input is List or Dictionary
  • Remove unused BouncyCastle.Crypto.dll

Release version v1.0.3

01 Sep 14:03
5283322
Compare
Choose a tag to compare
  • Fix bug: client did not disconnect when lost internet

Release version 1.0.2

27 Aug 15:39
c2bad21
Compare
Choose a tag to compare

fix bug: deserialize sbyte and short

Release version 1.0.1

15 Aug 06:54
de781a1
Compare
Choose a tag to compare

Update

  1. EzyDisconnectionHandler:
  • remove control method
  • add onReconnecting and onDisconnected methods
  1. EzyConnectionFailureHandler:
  • remove control method
  • add onReconnecting and onConnectionFailed methods

Release version 1.0.0

16 Jul 15:45
Compare
Choose a tag to compare
v1.0.0

update README