Skip to content

2.8.0 - NativeScript support

Compare
Choose a tag to compare
@dimaspirit dimaspirit released this 04 Jan 15:01
· 157 commits to gh-pages since this release
bc05f71

Improvements:

  • Added fetch API instead $.ajax() and request() (REST API support for NativeScript);
  • Chat adapted for NativeScript enviroments;
  • The MessageProxy and the DialogProxy were remove from qbChat.js to separate modules;

Add:

  • Add stream management test cases;
  • Add link on API ref. in Readme.md.

Fixed:

  • Fix TypeError: Cannot read property 'statusCode' of undefined for Node env;