Skip to content

1.0.0

Choose a tag to compare

@trowski trowski released this 25 Jun 21:22
ac4e9c5

Initial release. 🎉

Changes from RC2

  • Message constructor is now private, replaced with static constructors fromText() and fromBinary().
  • Client::send() and Client::stream() promises now resolve with void instead of an int (the integer returned was sometimes 0, so it wasn't particularly useful).
  • Renamed Client::didPeerInitiateClose() to Client::isClosedByPeer().