Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 589 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 589 Bytes

0.2.0

  • (Fix) XML parser is now consistent no matter how many meetings or recordings are returned (Used to return single object or array for two or more objects)
  • Added examples of usage

0.1.0

  • node native crpyto module replaced with hash.js
  • added browser-compatible build
  • utils are now available to external libraries

0.0.8

  • URL normalizer added
  • Updated documentation

0.0.5

  • WebHooks support added

0.0.1

  • Forked bbb-promise
  • requests replaced with axios
  • sha1 replaced with node native crpyto module
  • xml2js-es6-promise replaced with fast-xml-parser