Skip to content

Releases: appbaseio/appbase-js

support for httpTimeoutRequest config prop

21 Jul 01:36
e849a3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.3.4

v5.0.0 🌈

28 Feb 06:27
Compare
Choose a tag to compare

Bug Fixes

v4.5.0 🌈

29 Nov 15:27
Compare
Choose a tag to compare

Features

v4.4.0 🌈

03 Nov 19:23
Compare
Choose a tag to compare

Features

  • Add x-timestamp header for RS API requests to improve accuracy of recent searches.

v4.3.1 🌈

14 Oct 12:54
Compare
Choose a tag to compare

Bug Fixes

v4.3.0 🌈

11 Oct 16:43
Compare
Choose a tag to compare

Features

  • Add reactivesearch method to use the latest version of the _reactivesearch API. The reactivesearchV3 method has been marked as deprecated.

Rewrite & Code refactor

15 Oct 09:30
Compare
Choose a tag to compare

This version is a complete re-write of appbase-js to enhance the performance & size.

Major Changes

  • Change the streaming based api to es6 promised based apis.From now on all the appbase apis return an es6 promise.
  • No need of new keyword to configure the AppbaseClient object.
  • Code refactor, removal of unnecessary dependencies which results in a lighter version of appbase-js ( Just 7.2 kb MINIFIED + GZIPPED).

Add support for request modification before execution

20 Jul 12:10
83ae518
Compare
Choose a tag to compare

This release adds support for beforeSend method which will allow the user to modify the fetch request before execution.

URLEncode all Ids in the requests

11 Jul 05:27
Compare
Choose a tag to compare

Better error handling

05 Jun 09:41
3e349ee
Compare
Choose a tag to compare

Apply better error handling for fetch and streaming