Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 3.26 KB

2.13.0

Features

  • add functions to get common IDs (9b73faa)

2.8.0

Features

  • contacts can now be exported to JSON-files (abf6355)

2.0.0

Features

  • add plus to phone numbers in webhook events (e3494aa)
  • specify ./dist/module.js as "browser" in package.json (eac8175)
  • throw error when serverAddress is missing for Follow-up events (b57db1c)
  • allow string as port in ServerOptions (d10688b)
  • add method to retrieve the webuser id of the authenticated webuser (a16e5de)
  • add getFaxlines function to fax module (5d4c0cd)

Breaking Changes

From now on, Node 8 is not supported anymore. It has reached End Of Life in December 2019 and you should upgrade to newer versions.

We have switched from using master as the default branch name to main. Unless you directly depended on that branch name there is nothing you should need to be doing.

  • rename from and to to startDate and endDate in order to avoid confusion (8bb8d41)
  • rename import to create and exportAsObject to get in contacts module (6beadaa)
  • the fields user[], userId[] und fullUserId[] are now called users, userIds and originalUserFull (a9572d)
  • the get, post etc. methods on the SipgateIOClient now return the response directly instead of an axios object
  • the http methods get, post etc. on the SipgateIOClient dont choose any as the default type parameter anymore (f1f1931)
  • remove interfaces marked as @deprecated (f7f4c7f)
  • fix: contact import now accepts an array of string arrays for organizations (3f55e75)
  • fix: don't export HistoryDirection as Direction (c80341a)
  • fix: export additional types from top-level index.ts (626209c)
  • fix: make user, userId and fullUserId optional in type AnswerEvent (52d96cf)
  • fix: the FaxHistoryEntry now correctly exposes the faxStatus key instead of faxStatusType (3401bb5)