Skip to content

Releases: thoov/mock-socket

Updating url parsing logic

19 Feb 22:41
Compare
Choose a tag to compare

Moving away from document.create('a') hack that was used to parse url as it would not work on nodejs.

First Public Beta

29 Dec 04:23
Compare
Choose a tag to compare
First Public Beta Pre-release
Pre-release

First release out to the public.

Correcting the readyState while in the onclose callback

19 Dec 01:26
Compare
Choose a tag to compare
0.0.7

Version bump

Onclose and the close action work as intended with multiple sockets.

18 Dec 23:29
Compare
Choose a tag to compare

The onclose method would sometimes be called multiple times if multiple mock sockets were connected to a single mock server.

Support for multiple mock sockets and mock servers

18 Dec 19:05
Compare
Choose a tag to compare

Adding the ability to support multiple mock servers and have multiple mock socket clients connect to them.

Improvements to message object for PhantomJS

16 Dec 01:28
Compare
Choose a tag to compare

The type property was missing within PhantomJS

MessageEvent object passed to callbacks

11 Dec 19:37
Compare
Choose a tag to compare
Pre-release

Now all onopen, onmessage, onclose, and onerror callbacks receive a more accurate message event object.

Adding tests and fixing tests on TravisCI

05 Dec 02:46
Compare
Choose a tag to compare

Adding close method to the mock server.
Adding first pass of tests for onopen, onmessage, and onclose.

Beta Release

27 Nov 20:19
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-release

First release to the public. View the README file for examples and instructions.