Skip to content

Latest commit

 

History

History
107 lines (75 loc) · 9.17 KB

CHANGELOG.md

File metadata and controls

107 lines (75 loc) · 9.17 KB

Changelog

4.1.1 (Next)

  • #271: Update request typing - @jontg.
  • #269: Fix the lambda() type definition - @jontg.
  • Your contribution here

4.1.0 (August 12, 2017)

4.0.1 (May 17, 2017)

4.0.0 (March 20, 2017)

  • #134: Asynchronous support purely through Promises, removed return false/callback support - @ajcrites.
  • #22: Asynchronous support for pre and post - @ajcrites.
  • #188: Use callback to complete lambda functions rather than context. - @ajcrites.
  • #199: Add support for PlaybackController events - @tternes.
  • #203: Fix: utterances separated by space instead of tab - @jmihalicza.

3.2.0 (February 24, 2017)

  • #176: Express integration now requires either expressApp or router, but not both - @bgjehu.
  • #174: Always enforce strict header checking - @tejashah88.
  • #182: Fixed user-defined error handler to automatically resolve unresolved responses - @rickwargo.
  • #184: Implemented slot defaults without exceptions - @rickwargo.

3.1.0 (February 13, 2017)

  • #162: Fix: do not generate empty slots in schema - @dblock.
  • #134: Adding deprecation notices for plan to use Promises for async functionality - ajcrites.

3.0.0 (February 6, 2017)

2.4.0 (January 5, 2017)

2.3.4 (May 23, 2016)

2.3.3 (May 7, 2016)

2.3.2 (Jan 11, 2016)

  • #47: Fixed number output in SSML tags back to being digits - @rickwargo.
  • #60: Added automated tests for SSML - @mutexkid.
  • #57: Removed support for no longer used card subtitle - @rickwargo.

2.3.0 (Jan 8, 2016)

  • #46: Added "numbered" to the depencies list in package.json - @mreinstein.

2.3.0 (Jan 4, 2016)

2.2.0 (Oct 26, 2015)

  • Bumped alexa-utterances to version 0.1.0 - @matt-kruse.
  • #27: Added support for the exhaustiveUtterances option in alexa-utterances - @matt-kruse.
  • By default, alexa-app utterances now avoid the cartesian product of all slot values - @matt-kruse.

2.1.5 (Oct 25, 2015)

  • #26: Externalized the generation of utterances to the new alexa-utterances module - @matt-kruse.

2.1.4 (Sep 14, 2015)

  • #17: Remove hyphen from generated numbers in utterances - @matt-kruse.
  • #18: Collapse multiple whitespaces to one space in utterances - @matt-kruse.