Skip to content

Releases: appbaseio/appbase-js

v0.11.1

05 Mar 20:43
Compare
Choose a tag to compare
  • Fixes README snippets
  • Adds codeclimate analysis and improves linting

Full commit log: v0.11.0...v0.11.1

v0.11.0

05 Mar 19:37
Compare
Choose a tag to compare
  • 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 and npm 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

27 Jun 17:54
Compare
Choose a tag to compare
v0.10.8

add json-stable-stringify as a dependency

Intuitive Streams

09 Nov 06:58
Compare
Choose a tag to compare
  • The main change in this release is separation of historical and streaming queries.
    • get() vs getStream() for fetching / subscribing to document changes,
    • search() vs searchStream() for fetching / subscribing to query results.
  • Includes addition of new method get() and renames readStream() to getStream().

Consistent APIs

23 Oct 19:19
Compare
Choose a tag to compare
  • All API methods return a readable stream object.
  • Fixed name conventions - streamDocument() becomes readStream() and streamSearch() becomes searchStream() 920d5ac.
  • Adds a method for getting types conveniently - getTypes().
  • Modernizes the lib with babel transpiler 1dc48d9.

Robust testing and bug fixes

06 Oct 19:10
Compare
Choose a tag to compare

Fixes important bugs related to stream leaks, and adds more tests for the supported methods.

Moar methods, much consistent

23 Sep 23:52
Compare
Choose a tag to compare
Pre-release

Adds new methods for indexing and updating documents and an overall consistent interface for operating on all the methods.

websockets support

09 Sep 22:46
Compare
Choose a tag to compare
websockets support Pre-release
Pre-release

Adds support for websockets in browser.