Skip to content

Releases: OakLabsInc/oak-tools

v0.3.1

27 Jan 22:18

Choose a tag to compare

  • server options accepts any WS.Server constructor options
  • jsdoc formatting

v0.3.0

27 Jan 08:26

Choose a tag to compare

client

  • when using client.on('namespace'), it will automatically notify the server of your subscription (for filtering). It also accepts wildcards.
  • open event changed to ready
  • sub() method removed
  • pub() now has an optional callback as the third parameter, which will have an argument of error when it fires.
  • added blacklist property to not fire internal events to the server
  • added connecting, open, closing and closed boolean properties

server & client

  • added debug messages when process.env.NODE_ENV is not set to production

logger

  • added optional name instantiation argument

v0.2.2

21 Jan 00:56

Choose a tag to compare

  • wildcard: true for server and client class super() construction

v0.2.1

21 Jan 00:56

Choose a tag to compare

  • Replaced EventEmitter with EventEmitter2

v0.2.0

20 Jan 06:34

Choose a tag to compare

  • server, client and websocket methods
  • mad documentation

v0.1.0

28 Dec 23:55

Choose a tag to compare

  • logger module