This repository adheres to semantic versioning and follows the conventions of keepachangelog.com.
1.1.0 - 2021-11-11
- New
studio_flow_examples
folder- Includes
Basic Spoke IVR Flow
example - Updated readme with instructions/details for using the flow with the Spoke functions.
- Includes
1.0.1 - 2021-10-13
- Github templates for issues and pull requests
- Initial implementation of twilio runtime serverless functions
- New shared library in
src/assets/shared.private.js
withAccessToken
wrapper for serverless function handlers to manage Spoke access tokenhttpResponse
manages callback response from handler functions with correct HTTP headers
- Helper functions for Spoke Directory API
getExtension
queries API by extension and returns matching response if there is one.listDirectory
lists the directory, passing through response payload including paging token
- Implemented first tests using
mocha
,chai
,sinon
andistanbul
- Circle CI build config
- Lint & test, github release tagging when merging non-SNAPSHOT versions to
main
- Lint & test, github release tagging when merging non-SNAPSHOT versions to