Skip to content

Releases: appbaseio/appbase-js

Appends query request timestamp

05 Jan 12:06
Compare
Choose a tag to compare

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

30 Oct 16:55
Compare
Choose a tag to compare
  • Updates auth token creation for ws request

Critical fixes

30 Oct 16:14
Compare
Choose a tag to compare
  • Adds conditional import for babel-polyfill #26
  • Removes Guid

Support for optional credentials

30 Sep 22:02
Compare
Choose a tag to compare

This version supports optional credentials param

Stable Release

25 Sep 12:29
Compare
Choose a tag to compare

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

20 Sep 02:40
Compare
Choose a tag to compare

ES6 and linting updates

Minor Release

20 Sep 01:07
Compare
Choose a tag to compare

Removes through2 and misc upgrades

Alpha Release

19 Sep 23:32
Compare
Choose a tag to compare

Clean up and build fixes

Minor Release

19 Sep 21:07
Compare
Choose a tag to compare

Includes

  • Fixes fetch request
  • Compatibility for IE and older browsers

Alpha Release

19 Sep 12:09
Compare
Choose a tag to compare

Includes

  • ES6 support
  • Fetch based streaming support
  • Removes hyperquest based streaming