Skip to content

v3.0.0

Compare
Choose a tag to compare
@isaacgr isaacgr released this 21 Nov 16:34
· 46 commits to master since this release

Release Notes

  • Add CLI tool for client
  • Add documentation for classes and modules
  • Add support for HTTPS client and server
  • Library was more of a framework before, try to make more of a library
  • Refactor tests to be more usable and readable
  • Add Travis CI
  • Add coveralls for test coverage
  • Add code climate for code maintainability

Commits

  • Improvement/#65/improve tests (#85) 281d42e
  • Add JSDOC documentation for classes and modules (#83). Refs #78. 3dc00f8
  • Add https support for client and server (#82). Refs #81. c583436
  • Add cli tool for client (#70). Refs #69. 6e5fe8a
  • Update README.md 4eb295a
  • Add netlify badge a7a8e92
  • Update README.md 1650704
  • Improve code maintainability based on codeclimate output (#73) 602217a
  • Merge pull request #67 from isaacgr/improvement/#64/configurable_connection_timeout b749456
  • Add coverage badge dc8a3b1
  • Fix coverage and coveralls scripts f197f4b
  • Add nyc bf42802
  • Add coveralls 04ed848
  • Merge branch 'master' into improvement/#64/configurable_connection_timeout ac59829
  • Ignore travis.yml 0eab7d9
  • Make main path lib/index.js aeb2d76
  • Add travis-ci badge 9b37a77
  • Cleanup issues causing failing tests with ws clients. 08447d1
  • Fix failing tests a4dc746
  • Fix failing tests d99820c
  • Create .travis.yml bc39045
  • Create .travis.yml 6aaa73e
  • Include connectionTimeout in README 47bae98
  • Explicitly check that message.method is not a key in this.methods. cfb73a2
  • Add connectionTimeout option to base class. Refs #64. 706bf91
  • Add this.remainingRetries attribute to base class 3d344c2
  • Use this.remainingRetries in tcp.js to align with other classes 4be7a5d
  • Inherit messageBuffer and remainingRetries from parent class 621fede
  • Expect empty array as params to fix failing tests 2613bad
  • Add connectionTimeout option to clients. Refs #64. b5feffa