Skip to content

Releases: andrey-tech/bx24-wrapper-js

v1.5.1

06 Aug 07:00
8d33ac4
Compare
Choose a tag to compare

Changelog

  • fix method callBatch(): now if flag haltOnError = false, then errors in batch request are skipped (issue-4 thanks to @AlexandreZaytsev);
  • fix typos in Dock-blocks.

v1.5.0

16 Mar 17:43
b215dba
Compare
Choose a tag to compare

Changelog

New features and fixes (issue-3 thanks to @AlexandreZaytsev)

  • added new optional parameter dataExtractor to 6 methods:
    • callMethod();
    • callListMethod();
    • fetchList();
    • callBatch();
    • callLongBatch();
    • callLargeBatch();
  • added new optional parameter idKey to method fetchList().

v1.4.2

14 Feb 16:49
4344128
Compare
Choose a tag to compare

Changelog

  • refactoring;
  • update README.md.

v1.4.1

14 Jun 07:20
Compare
Choose a tag to compare

Fix parameter throttle.