Releases: appbaseio/appbase-js
Releases · appbaseio/appbase-js
Improve error handling
appbase-js
now emits websocket and fetch network request errors correctly.
Now supports msearch
This release includes support for _msearch
by accepting an array in the request body 🎉
Bug fix
Strips extra slash from search request URL
Cross Platform Compatibility
Better cross platform compatibility for fetch
Minor improvements
Uses fetch-ponyfill instead of fetch-everywhere
Adds querystring
Fixes issues with missing querystring package in RN.
Bug fixes
- Removed empty body from fetch requests
Bug fixes
Better URL support and fix ws handshake issues.
Allow setting headers
Exports setHeaders()
method which accepts an object (or null
) to set headers on consequent requests.
Better streaming support with no type restrictions
appbase-js now supports streaming without type