Releases: appbaseio/appbase-js
Releases · appbaseio/appbase-js
support for httpTimeoutRequest config prop
What's Changed
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #91
- build(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #92
- feat: endpoint property support by @mohdashraf010897 in #93
- fix: failing test-cases by @mohdashraf010897 in #94
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #95
- feat: add httpTimeoutRequest to rsv3 calls by @mohdashraf010897 in #96
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #97
- fix: abort request on timeout by @mohdashraf010897 in #98
Full Changelog: v5.0.0...v5.3.4
v5.0.0 🌈
Bug Fixes
- Fix logic for considering credentials #90 - @mohdashraf010897
- Fix for
node-fetch
vulnerability issue #89 - @mohdashraf010897 - update doc api ref link 4ce8e55 - @siddharthlatest
v4.5.0 🌈
v4.4.0 🌈
v4.3.1 🌈
v4.3.0 🌈
Rewrite & Code refactor
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 theAppbaseClient
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
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
Resolves #39
Better error handling
Apply better error handling for fetch and streaming