Skip to content

Releases: appbaseio/appbase-js

Improve error handling

23 Apr 07:35
Compare
Choose a tag to compare

appbase-js now emits websocket and fetch network request errors correctly.

Now supports msearch

28 Mar 18:16
Compare
Choose a tag to compare

This release includes support for _msearch by accepting an array in the request body 🎉

Bug fix

28 Feb 11:53
Compare
Choose a tag to compare

Strips extra slash from search request URL

Cross Platform Compatibility

06 Feb 16:01
Compare
Choose a tag to compare

Better cross platform compatibility for fetch

Minor improvements

02 Feb 16:49
Compare
Choose a tag to compare

Uses fetch-ponyfill instead of fetch-everywhere

Adds querystring

30 Jan 14:26
Compare
Choose a tag to compare

Fixes issues with missing querystring package in RN.

Bug fixes

23 Jan 12:03
Compare
Choose a tag to compare
  • Removed empty body from fetch requests

Bug fixes

22 Jan 09:30
Compare
Choose a tag to compare

Better URL support and fix ws handshake issues.

Allow setting headers

10 Jan 19:06
Compare
Choose a tag to compare

Exports setHeaders() method which accepts an object (or null) to set headers on consequent requests.

Better streaming support with no type restrictions

10 Jan 15:32
Compare
Choose a tag to compare

appbase-js now supports streaming without type