Skip to content

Rewrite & Code refactor

Compare
Choose a tag to compare
@bietkul bietkul released this 15 Oct 09:30
· 205 commits to develop since this release

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).