v0.11.0
siddharthlatest
released this
05 Mar 19:37
·
91 commits
to master
since this release
- Adds support for 'app' (over appname) and 'credentials' (over username and password) in Appbase constructor. Old parameters continue to work. e22c4ce.
- Upgrades ws dep from ^0.8.0 => ^2.2.0 to prevent a DoS attack present in ws <= 1.1.0, more here. Commit at 7cac816.
- Fixes some typos in the error messages 50b02b1.
npm run build
andnpm run test
shortcuts added in package.json.
All 12/12 tests pass. Occasionally, one of the tests might take more than 10s (test timeout period) to run due to network.
Entire commitlog here v0.10.8...v0.11.0.