Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Releases: moscajs/mosca

v0.9.4

04 Aug 09:53
Compare
Choose a tag to compare
  • New README, thanks to Andrea Reginato.
  • Removed explicit dependency to level-fix-range, as the original bug
    was solved in level-sublevel v4.8.1.

v0.9.3

04 Aug 10:01
Compare
Choose a tag to compare
  • Upgraded LevelUp to 0.12.0.
  • Fixed level-fix-range dependency to avoid a bug
    dominictarr/level-sublevel#21.
  • Improved Logger creation in Server.
  • Improved Logger handling inside clients.

v0.9.2

25 Jul 17:21
Compare
Choose a tag to compare
  • Added the ability to pass a custom Ascoltatore to mosca.Server.
  • mosca.Server callbacks now yields the server.
  • mosca.Server can now be called like a function.

v0.9.1

17 Jul 11:10
Compare
Choose a tag to compare
  • 'test/topic' is different from '/test/topic'
  • Resetting ping timer on publish, subcribe, unsubscribe:
    #47

v0.9.0

16 Jul 15:35
Compare
Choose a tag to compare
  • Bumped Ascoltatori to 0.11.0.
  • Improved logging for each client.
  • Fixed multiple topic naming, mainly 'test/topic' and 'test/topic/'
    should be the same
    #46.
  • Better handling of defaults
    #39.
  • Enforcing client identifier length
    #33.