All notable changes to this project will be documented in this file. Updates should follow the Keep a CHANGELOG principles.
0.3.2 - 2016-08-17
- A default value can be provided when trying to access slot values (#8)
- Responses now default to ending the session by default (#13)
- Added
return $this
to several setter methods (#11) - Cleaned up code style
- Fixed errors accessing slot values before the request was processed (#7)
- Fixed card being overwritten in the response (#10)
- Fixed exceptions being thrown when setting a valid card type (#15)
0.3.1 - 2016-07-23
- Fixed bug where SSML parameter was overwritten before use
0.3.0 - 2016-07-23
- Added better support for SSML and playing audio files
- Fixed typo in SSML template
0.2.9 - 2016-07-10
- Set the router on new routes as required by 5.2 changes
- Removed aliases to solve issue with recursive attempts at resolving aliases
0.2.8 - 2016-07-08
- Added support for SSML (#3)
- Added
speechType
property toAlexaResponse::say()
(#3)
- Bumped the
illuminate/routing
dependency to 5.2 (#1)
- Fixed issue checking for
value
key in slots (#3)
0.2.7 - 2015-06-28
- Added ability to automatically route responses to an Intent
0.2.6 - 2015-06-21
- Fixed variable typo in
Speech::getText()
0.2.5 - 2015-06-21
- Changed order of provider
0.2.4 - 2015-06-21
- Changed migration name to be less pretty and more worky
0.2.3 - 2015-06-20
- Made configuration available before other provider logic runs
0.2.2 - 2015-06-17
- Specified full path for publishing setting for migration
- Improved the CSRF skip logic
- Renamed
unsetCsrfMiddlware()
tounsetCsrfMiddleware()
0.2.1 - 2015-06-17
- Renamed
ALEXA_POSSIBLE_APP_IDS
environment variable toALEXA__APPLICATION_IDS