twiml v0.2.1.0 Release Notes
Release Date: 2018-05-07 // over 6 years ago-
๐ New Features
- โ Added
messagingResponse
function for building MessagingTwiml. - โ Added
voiceResponse
function for building VoiceTwiml. The existingresponse
is the same asvoiceResponse
.
๐ Bug Fixes
- โ Removed a Makefile that was used to generate examples and replaced it with doctest. (#9, #10)
- โ Added
Previous changes from v0.2.0.1
-
โก๏ธ I updated the library to build with newer GHC versions.