Releases: andrey-tech/bx24-wrapper-js
Releases · andrey-tech/bx24-wrapper-js
v1.5.1
Changelog
- fix method
callBatch()
: now if flaghaltOnError = false
, then errors in batch request are skipped (issue-4 thanks to @AlexandreZaytsev); - fix typos in Dock-blocks.
v1.5.0
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 methodfetchList()
.
v1.4.2
Changelog
- refactoring;
- update README.md.
v1.4.1
Fix parameter throttle.