Skip to content

Releases: cjssdk/wamp

v1.3.2

05 Aug 07:37
2d3a91f

Choose a tag to compare

  • remove eslint warnings
  • correct Travis CI node versions
  • replace @copyright with @author tag
  • update dependencies
  • correct runkit address
  • remove docs directory from npm package publishing
  • add jsdoc dependency
  • remove docs directory from eslint checks
  • correct contribution info
  • set documentation generation path to match GitHub Pages path
  • correct server example

v1.3.1

14 Jun 14:14
487d9f8

Choose a tag to compare

  • update dependencies
  • reformat/correct DEVELOP checks

v1.3.0

20 Oct 14:58
7858f8c

Choose a tag to compare

  • add devDependencies status shield
  • add RunKit shield
  • switch to the global npm version of cjs-emitter
  • switch to the global npm version of cjs-eslint-config
  • update eslint version
  • correct eslint script params
  • add eslint checks to Travis CI
  • update dependencies
  • correct dependencies
  • correct repository address format
  • switch to the MIT license
  • add node engine v5 to travis config
  • start reworking develop checks
  • rename global webpack flag DEBUG to DEVELOP
  • replace addListeners with addListener
  • use cjs-eslint-config
  • switch all sdk dependencies to github
  • fix test exit
  • fix eslint warnings
  • add guidelines for github contributing
  • add C++11 standard-compilant compiler (gcc 4.8)
  • correct devDependencies
  • correct author email
  • correct scripts and keywords
  • correct npm ignore file
  • convert tabs to spaces
  • remove unnecessary eslint suppression
  • add node_modules to travis cache

v1.2.0

17 Dec 14:37

Choose a tag to compare

  • add Travis CI build status shield
  • add Travis CI support
  • add Mocha tests
  • improve message sending
  • correct keywords
  • correct docs
  • correct gitter chat room address and docs

v1.1.0

16 Dec 20:34

Choose a tag to compare

  • prepare for publishing
  • switch to cjs-emitter
  • mark params and callback arguments as optional in call

v1.0.4

04 Dec 09:44

Choose a tag to compare

  • add eslint test
  • rename constructor
  • add example to docs

v1.0.3

04 Dec 09:40

Choose a tag to compare

  • correct constructor param description and var scope visibility on message send
  • move project to a separate organization

v1.0.2

01 Dec 08:41

Choose a tag to compare

  • add "Method not found" error handling
  • correct init for server-side

v1.0.1

30 Nov 09:06

Choose a tag to compare

  • correct inheritance
  • correct example title
  • add ws npm package info
  • remove duplicate examples
  • add server-side example
  • add error codes info
  • move files from stb