Skip to content

Latest commit

 

History

History
146 lines (106 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

146 lines (106 loc) · 13.5 KB

Changelog

5.0.0 (Next)

4.2.3 (October 28, 2018)

4.2.2 (April 7, 2018)

4.2.1 (February 1, 2018)

4.2.0 (September 13, 2017)

  • #280: Fix session typing - @benestem.
  • #271: Update request typing - @jontg.
  • #269: Fix the lambda() type definition - @jontg.
  • #268: Add support for outputting new Skill Builder schema - @lazerwalker.
  • #273: Correct inconsistent slots API documentation and interface definitions - @padraigkitterick.
  • #274: Correct inconsistent interface definitions for optional ExpressOptions properties - @lazerwalker.
  • #275: Add support for custom slot types (for Skill Builder schema output) - @lazerwalker.
  • #276: Added documentation for building SSML responses - @tejashah88.
  • #278: Adds type checking for unit tests, and fixes some incorrect TypeScript type definitions - @lazerwalker.

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.