Skip to content

Releases: thoov/mock-socket

Going back to manual npm release

22 Dec 08:27
Compare
Choose a tag to compare
1.0.3

Reverting to manual publish

keeping dist folder on npm build

22 Dec 08:18
Compare
Choose a tag to compare
1.0.2

version bump to 1.0.2

Make sure that dist files are added to npm

22 Dec 08:11
Compare
Choose a tag to compare
1.0.1

Make sure that dist files are added to npm

Better support for node

22 Dec 08:04
Compare
Choose a tag to compare

var mockWebSocket = require('mock-socket/websocket');
var mockServer = require('mock-socket/server');
var socketIO = require('mock-socket/socket-io');

Fixing bower version

30 Sep 19:00
Compare
Choose a tag to compare
0.8.2

Version bump to 0.8.2

Updating send logic

30 Sep 18:55
Compare
Choose a tag to compare
0.8.1

Version bump to 0.8.1

Initial Socket.IO support

02 Sep 21:19
Compare
Choose a tag to compare

Big thanks to @bdvholmes on his work getting socket.io support working. Right now this is a "beta" release of this feature.

Node support

01 Sep 06:20
Compare
Choose a tag to compare
Merge pull request #50 from bdvholmes/feature/socket_io

Mock Socket.io connections

Major internals refactoring

30 Jul 16:13
Compare
Choose a tag to compare
0.6.0

Version bump

Updating build process to allow strict mode in tests

08 Jul 17:28
Compare
Choose a tag to compare

WebSocket event handlers should have 'configurable' flag
Enable strict mode in tests