Skip to content

2.2.0

Choose a tag to compare

@JoshGlazebrook JoshGlazebrook released this 04 Apr 03:31
· 63 commits to master since this release

Changes

  • Internally we now reference the socket as a duplex stream. Since (Socket instanceof Duplex === true) this shouldn't break anything, but you can now pass in a Duplex as existing_socket (if you're using this for some reason).