Skip to content

Releases: jaykang920/x2net

v1.0.2

22 Jul 09:12
Compare
Choose a tag to compare

Bugfixes:

  • xpiler: fixed the indexing bug in HasX() methods

v1.0.1

16 May 11:18
Compare
Choose a tag to compare
v1.0.1

v0.16.0

15 Nov 14:31
Compare
Choose a tag to compare

Features:

  • added NamedPipeClient/Server link cases
  • added BlockingCollectionEventQueue contribued by @barowa

v0.15.0

21 Oct 22:22
Compare
Choose a tag to compare

Bugfixes:

  • BlockCipher.InverseTransform: fixed the last ciphertext block copy bug

Features:

  • added target framework netcoreapp2.1
  • xpiler: now preserves property name cases for cells/events marked as 'asIs'

v0.13.0

27 Jul 08:37
Compare
Choose a tag to compare

Features:

  • Flow: changed interface - replaced Startup/Shutdown with Start/Stop
  • Coroutine: renamed class WaitForNothing as WaitForNext
  • Removed VerboseSerializer and VerboseDeserializer

v0.12.1

18 Jul 14:32
Compare
Choose a tag to compare

Features:

  • Coroutine: renamed WaitForSingle*/WaitForMultiple* to WaitFor*/WaitForAll*, respectively.
  • Coroutine: added WaitForAnyEvent/Response feature
  • Renamed class Binder to Binding

v0.11.2

04 Jul 10:11
Compare
Choose a tag to compare

Features:

  • Coroutine: added Status property to indicate coroutine execution status
  • Flow: added SlowScope* properties to override global config settings

Performance:

  • FrameBasedFlow: changed the default time resolution to 15.625ms (64 frame/sec)
  • BlockCiper: introduced SettingsBuilder to reuse RSACryptoServiceProvider instance
  • TimeFlow.Timer: changed simple lock to ReaderWriterLockSlim

v0.11.1

28 May 08:03
Compare
Choose a tag to compare

Features:

  • changed flow name of the default TimeFlow
  • added some log messages for startup/shutdown

v0.11.0

11 May 11:37
Compare
Choose a tag to compare

Features:

  • added full support for generic list and map types (with C# 4.0 dynamic keyword)
  • added full serialization support for embedded events

v0.9.19

26 Jan 10:31
Compare
Choose a tag to compare

Features:

*TcpClient: added synchronous connect interface