Skip to content

Releases: litert/LwDFX.js

v1.1.3

16 Dec 07:18
v1.1.3
3fa9eb5
Compare
Choose a tag to compare

Changes

  • fix(connection): did not reset timeout if it is zero.

v1.1.2

24 Nov 15:18
v1.1.2
15b871c
Compare
Choose a tag to compare

Changes

  • fix(project): crash when connection lost during handshake.

v1.1.1

02 Nov 09:56
v1.1.1
44cff0d
Compare
Choose a tag to compare

CHANGES

  • fix(project): use native Error as the based class for exceptions.

v1.1.0

31 Oct 09:28
v1.1.0
46119e1
Compare
Choose a tag to compare

Changes

  • feat(protocol): added unix socket supports.
  • feat(protocol): accepts socket factory function to produce sockets.
  • feat(connection): added ended/finished properties and finished event.
  • feat(connection): added timeout property and timeout event.
  • feat(encoder): accepts string as data to send.
  • feat(connector): added IConnection.writable property.

v1.0.3

21 Aug 04:24
v1.0.3
89ad042
Compare
Choose a tag to compare

Changes

  • fix(protocol): added missing header magic of data frame