Permalink
Commits on May 18, 2017
  1. Merge pull request #241 from alexa-js/4.0.2-beta

    Preparing for next development iteration, 4.0.2
    dblock committed on GitHub May 18, 2017
  2. Preparing for next development iteration, 4.0.2

    ajcrites committed May 18, 2017
  3. Fix: typo. [ci skip]

    dblock committed on GitHub May 18, 2017
Commits on May 17, 2017
  1. Preparing for release, 4.0.1

    ajcrites committed May 17, 2017
Commits on May 9, 2017
  1. 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
    aminimalanimal committed with dblock May 9, 2017
Commits on Apr 15, 2017
  1. Fix: session.details to match with session sent in the request.

    danielstieber committed with dblock Apr 15, 2017
Commits on Apr 12, 2017
  1. Merge pull request #227 from tejashah88/add-heroku-button

    Added heroku button section
    dblock committed on GitHub Apr 12, 2017
  2. changed heroku url link to reflect current ownership of alexa-app-exa…

    …mple
    tejashah88 committed Apr 12, 2017
Commits on Apr 11, 2017
  1. Added heroku button section

    tejashah88 committed Apr 11, 2017
Commits on Apr 8, 2017
  1. Minor edits. [ci skip]

    dblock committed on GitHub Apr 8, 2017
  2. added AskForPermissionConsent card as well as test case (#225)

    * added AskForPermissionConsent card as well as test case
    
    * updated CHANGELOG.md
    
    * revised changelog as requested
    
    * added the example for the AskForPermissionsConsent card in README
    
    * added periods for consistency
    chrischang committed with dblock Apr 8, 2017
Commits on Apr 5, 2017
  1. Remove node 0.12 from Travis-CI. (#220)

    * Remove node 0.12 from Travis-CI.
    
    Dependencies for alexa-app no longer work on Node 0.12 so remove node 0.12 from test matrix. Run extra steps with Node 1 instead.
    
    Missing space.
    
    Update engine.
    
    * Update CHANGELOG message for #220.
    adrianba committed with dblock Apr 5, 2017
Commits on Apr 4, 2017
  1. Fix cert check test cases. (#218)

    * Fix cert check test cases.
    
    The error messages from alexa-verifier were changed in mreinstein/alexa-verifier@cde450b causing integration tests to fail.
    
    * Updating CHANGELOG.
    adrianba committed with dblock Apr 4, 2017
  2. Preserve session when clearing non-existent attribute. (#219)

    * Preserve session when clearing non-existent attribute.
    
    session.clear("xyz") will delete all session attributes if "xyz" does not exist.
    
    * Restore formatting.
    
    * Restore formatting.
    
    * Updating CHANGELOG.
    
    * Simplify test.
    adrianba committed with dblock Apr 4, 2017
Commits on Mar 20, 2017
  1. Preparing for release, 4.0.0.

    ajcrites committed Mar 20, 2017
Commits on Mar 17, 2017
  1. Minor edits. [ci skip]

    dblock committed on GitHub Mar 17, 2017
  2. /utterances: separator fix (tab to space) (#203) (#204)

    jmihalicza committed with dblock Mar 17, 2017
Commits on Mar 11, 2017
  1. Merge pull request #202 from hidace/master

    Update first example for (AWS Lambda)
    dblock committed on GitHub Mar 11, 2017
  2. Update first example for (AWS Lambda)

    hidace committed on GitHub Mar 11, 2017
Commits on Mar 6, 2017
  1. Add PlaybackController Support (#200)

    tternes committed with dblock Mar 6, 2017
Commits on Mar 2, 2017
  1. Merge pull request #197 from alexa-js/callback-lambda-188

    Use callback parameter for default lambda function handler
    dblock committed on GitHub Mar 2, 2017
Commits on Mar 1, 2017
  1. Use callback parameter for default lambda function handler

    ajcrites committed Mar 1, 2017
  2. Merge pull request #195 from tejashah88/master

    Added Table of Contents
    dblock committed on GitHub Mar 1, 2017
  3. Added Table of Contents

    tejashah88 committed on GitHub Mar 1, 2017
Commits on Feb 28, 2017
  1. Merge pull request #171 from alexa-js/force-chain-134

    Updating library for asynchronous support through promises
    dblock committed on GitHub Feb 28, 2017
Commits on Feb 24, 2017
  1. Update user-defined error handling for async and default response res…

    …olution
    ajcrites committed Feb 17, 2017
  2. Updating README, CHANGELOG, and UPGRADING with specifics about new async

    Also updated library to ignore value returned from handler as this would be considered an exception to response.send
    ajcrites committed Feb 13, 2017
  3. Updating tests with promise-chain keeping functionality to pass

    This required some updates to the core code to make sure the promise chain and corresponding values are always passed appropriately
    ajcrites committed Feb 10, 2017
  4. Fix typo

    ajcrites committed Feb 24, 2017
  5. Preparing for release, 3.2.0

    ajcrites committed Feb 24, 2017
Commits on Feb 19, 2017
  1. Merge pull request #190 from mreinstein/master

    no junk drawer modules
    dblock committed on GitHub Feb 19, 2017
  2. move local modules to lib/

    mreinstein committed Feb 19, 2017
Commits on Feb 17, 2017
  1. Merge pull request #186 from alexa-js/updated-changelog-versions

    The next version will be 3.2.0.
    tejashah88 committed on GitHub Feb 17, 2017