Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 11:23
· 141 commits to main since this release

4.0.0 (2021-08-10)

Features

  • MockServer: Replace action classes with procedural approach (67fa931)

BREAKING CHANGES

  • MockServer: Execute server actions within function passed to MockServer.use().
  • MockServer: MockPeer.wasConnectionClosed is now MockPeer.didPeerCloseConnection.