Skip to content

v1.1.0

Compare
Choose a tag to compare
@fenying fenying released this 31 Oct 09:28
· 4 commits to master since this release
v1.1.0
46119e1

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.