Skip to content

Latest commit

 

History

History
executable file
·
122 lines (52 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

executable file
·
122 lines (52 loc) · 2.45 KB

0.14.0 (2019-02-22)

Features

  • Twilio SDK 3.0 support (PR 9)

0.13.0 (2019-02-21)

Bug Fixes

  • Fix TS makeCall signature (c644c0b)

0.12.0 (2019-02-19)

Features

  • Show the actual app name in the callkit UI, without need of configurate it. (40613c5)

0.11.0 (2019-02-18)

  • Fix README.

0.10.0 (2019-02-18)

  • Use the call invitation from value in CallKit UI. Also make App label configurable in the CallKit UI. (33fcc84)

0.9.0 (2019-02-18)

Bug Fixes

  • More robust callbacks, checking that are callable before calling them. (63ded96)

0.8.0 (2019-02-15)

Documentation

  • Documented the unregisterPushNotifications function.

0.7.0 (2019-02-15)

Features

  • setupPushListener and unregisterPushNotifications implemented (18a43ba)

0.6.0 (2019-02-13)

Features

  • Implemented setting the audio session output to a speaker (only for iOS yet). (6abe58c)

0.5.0 (2019-02-13)

Features

  • Add some useful scripts for NPM publishing.

Bug Fixes

  • Link the README to the NPM repository.

0.3.0 (2019-02-13)

Bug Fixes

  • Some hacks to fix the Android version. (b2cfa01)

Features

  • Create an abstract Call class which translates the mute() and disconnect() methods both to Android and iOS (961aac6)

0.2.0 (2019-02-13)

Bug Fixes

  • Some hacks to fix the Android version. (b2cfa01)

Features

  • Create an abstract Call class which translates the mute() and disconnect() methods both to Android and iOS (961aac6)