Skip to content

Releases: twilio/twilio-taskrouter.js

Release of 2.0

29 Sep 11:28
Compare
Choose a tag to compare

New Features

  • Added React Native support
  • Added status links to the readme file
  • Added error handling to axios requests

Maintenance

  • Updated lodash from 4.17.5 to 4.17.21
  • Fixed types in types.d.ts file
  • Changed default branch to main
  • Updated TaskHoldOptions

Fixes for TS warnings in types.d.ts file

09 May 04:49
Compare
Choose a tag to compare

0.8.2

Bug Fixes

  • Fixed TS warnings in types file

Retry Network Calls on Failure

13 Apr 07:54
Compare
Choose a tag to compare

0.8.1

New Features

  • Added status based retries
  • Added exponential backoff time for retries
  • Added unit and integration tests to test retries