v1.3
🎉 Jovo Framework v1.3
is now available on npm: https://www.npmjs.com/package/jovo-framework 🎉
This release comes with a big new update: The Jovo Debugger (beta) is a plugin that allows you to visually debug your voice app in the browser, even while talking to the device. Update to the current version of the Jovo Framework with $ npm install jovo-framework --save
, use the $ jovo run
command and copy your webhook link to the browser!
Release Notes
- Added Jovo Debugger plugin to Jovo Webhook (Beta) http://webhook.jovo.cloud/your-webhook-id
- #184 Added Alexa Video Preamble Option - @MerryOscar
- #183 Added support for audio track metadata in the Alexa Audio Player - @blforce
- #169 Prevent (and gracefully handle) DynamoDB error - @fgnass
- #166 Register plugins without a name - @fgnass
- #164 Improve error handling - @fgnass