Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #359 .reprompt() not concatenating #364

Merged
merged 5 commits into from
Sep 10, 2018
Merged

Commits on Aug 17, 2018

  1. Issue alexa-js#359 .reprompt() not concatenating

    https://github.com/alexa-js/alexa-app/blob/master/index.js#L51
    
    Example: the following will speak "1 2" as output.
    
    response.reprompt("1").reprompt("2")
    Andrew Hunt committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    534b194 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. CHANGELOG mentions reprompt()

    Andrew Hunt committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    055aece View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. additional documentation of reprompt() for multiple use

    Andrew Hunt committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    a6aa24c View commit details
    Browse the repository at this point in the history
  2. reinstate "Your contribution here"

    Andrew Hunt committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    81198b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. corrected doc

    As requested by kobim
    Andrew Hunt committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    67b2344 View commit details
    Browse the repository at this point in the history