Releases: appbaseio/appbase-js
Releases · appbaseio/appbase-js
v0.11.1
- Fixes README snippets
- Adds codeclimate analysis and improves linting
Full commit log: v0.11.0...v0.11.1
v0.11.0
- 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.
fixes webhook collision bug
v0.10.8 add json-stable-stringify as a dependency
Intuitive Streams
- The main change in this release is separation of historical and streaming queries.
get()
vsgetStream()
for fetching / subscribing to document changes,search()
vssearchStream()
for fetching / subscribing to query results.
- Includes addition of new method
get()
and renamesreadStream()
togetStream()
.
Consistent APIs
Robust testing and bug fixes
Fixes important bugs related to stream leaks, and adds more tests for the supported methods.
Moar methods, much consistent
Adds new methods for indexing and updating documents and an overall consistent interface for operating on all the methods.
websockets support
Adds support for websockets in browser.