Latest commit f1d068d May 9, 2017 @aminimalanimal aminimalanimal committed with dblock Update ssml.cleanse to stop removing spaces before decimals (#236)
* Update ssml.cleanse to stop removing spaces before decimals (i.e. “.2oz, .5oz, .25oz” > “.2oz,.5oz,.25oz”)

* Update CHANGELOG

* Replace speak/break/etc tags with nothing instead of a space

* Add test to prevent regression regarding truncation of spaces before periods
Permalink
..
Failed to load latest commit information.
fixtures Fix: session.details to match with session sent in the request. Apr 15, 2017
helpers Cleanup README. Dec 19, 2016
views Dump schema and utterances in debug mode. Feb 3, 2017
example.json Do not require both expressApp and router (#177) Feb 16, 2017
example.txt Do not require both expressApp and router (#177) Feb 16, 2017
test_alexa_app_audioplayer.js Updating tests with promise-chain keeping functionality to pass Feb 24, 2017
test_alexa_app_cards.js added AskForPermissionConsent card as well as test case (#225) Apr 8, 2017
test_alexa_app_creation.js Force new when instantiating alexa.app (#125) Jan 18, 2017
test_alexa_app_error_string_responses.js User-defined error handler should automatically resolve unresolved … (#… Feb 17, 2017
test_alexa_app_initialization.js Mocha Testing changes Jan 31, 2017
test_alexa_app_intent.js Mocha Testing changes Jan 31, 2017
test_alexa_app_intent_request.js Updating tests with promise-chain keeping functionality to pass Feb 24, 2017
test_alexa_app_launch_request.js Updating tests with promise-chain keeping functionality to pass Feb 24, 2017
test_alexa_app_playbackcontroller.js Add PlaybackController Support (#200) Mar 6, 2017
test_alexa_app_schema.js Fix #162: do not generate empty slots in schema. Feb 8, 2017
test_alexa_app_session.js Preserve session when clearing non-existent attribute. (#219) Apr 4, 2017
test_alexa_app_session_ended_request.js Fix #157: SessionEndedRequest hangs without a defined sessionEndedFunc. Feb 5, 2017
test_alexa_app_unknown_type_request.js Update user-defined error handling for async and default response res… Feb 24, 2017
test_alexa_app_utterances_schema.js /utterances: separator fix (tab to space) (#203) (#204) Mar 17, 2017
test_alexa_integration_express.js Fix cert check test cases. (#218) Apr 4, 2017
test_alexa_integration_lambda.js Use callback parameter for default lambda function handler Mar 1, 2017
test_normalize_api_path.js move local modules to lib/ Feb 19, 2017
test_ssml.js Update ssml.cleanse to stop removing spaces before decimals (#236) May 9, 2017