Releases: appbaseio/appbase-js
Releases · appbaseio/appbase-js
Appends query request timestamp
Query request timestamp is appended to every response as _timestamp
. This is handy in cases of sequential requests where the user may want to only care about the responses with their request timestamps greater than the current one (ignoring the stale responses). This aims to improve the search-as-you-type suggestions handling in case of reactivesearch.
Minor Release
- Updates auth token creation for ws request
Critical fixes
- Adds conditional import for babel-polyfill #26
- Removes Guid
Support for optional credentials
This version supports optional credentials param
Stable Release
This version includes:
- Support for browser, node and react-native
- Smooth integration with create-react-app
- ES6 upgrades
- Support for getMappings
- Misc upgrades and resolves instantiation issues
Minor Release
ES6 and linting updates
Minor Release
Removes through2 and misc upgrades
Alpha Release
Clean up and build fixes
Minor Release
Includes
- Fixes fetch request
- Compatibility for IE and older browsers
Alpha Release
Includes
- ES6 support
- Fetch based streaming support
- Removes hyperquest based streaming