Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 7.21 KB

CHANGELOG.md

File metadata and controls

71 lines (53 loc) · 7.21 KB

Changelog

3.0.3 (Next)

  • Your contribution here.

3.0.2 (July 12, 2018)

3.0.1 (March 7, 2017)

  • #71, #68: Fixed log output containing multiple slashes - @tejashah88.
  • #72: Used path.join for constructing relative paths - @dblock.
  • #74: Added locale selector to test page - @siedi.
  • #76: Changed endpoint message to use app name to match route - @zweiler.
  • #79: Removed router from app.express() configuration options - @rickwargo.

3.0.0 (February 6, 2017)

  • #35: Removed body-parser, properly mounted by alexa-app - @dblock.
  • #21, 52: Setting verify: true hangs for requests with signature - @mreinstein, @dblock.
  • #61: Fix: error occurs if HTTP and HTTPs ports specified are the same - @dblock.
  • #60: Added httpEnabled that disables HTTP - @dblock.
  • #48: Removed deprecated dependency supertest-as-promised - @tejashah88.
  • #51: Enable strictHeaderCheck in verifier middleware #50 - @mreinstein.
  • #45, #17: Added support for CA chain certificates - @tejashah88.
  • #45: Added option to specify passphrase for unlocking specified SSL files - @tejashah88.
  • #45: Added npm command to examine test coverage locally - @tejashah88.
  • #22: Adding context object to request templates - @pwbrown.
  • #43: Test fixes and an actual test for firing pre/post events. - @dblock.
  • #37: Added host option to specify host address to bind servers to - @tejashah88.
  • #36: Error occurs when verify and debug are both set to true - @tejashah88.
  • #34: Added tests for fail cases and schemas/utterances - @tejashah88.
  • #34: Fixed bug while trying to retrieve schema/utterances with GET request - @tejashah88.
  • #34: Updated messages that display an error to be displayed by self.error - @tejashah88.
  • #34: Optimized some tests to not always start a new server instance after every test - @tejashah88.
  • #33: Fix: Express.js deprecation warning - @tejashah88.
  • #32: Added tests for request verification, HTTPS support, and POST-based routes - @tejashah88.
  • #32: Fix: potential memory leaks from not closing the HTTPS server instance and not removing the hotswap listeners - @tejashah88.
  • #32: Use alexa-verifier-middleware for request verification - @tejashah88.
  • #32: Moved sslcert folder into examples - @tejashah88.
  • #32: Updated documentation for generating the SSL certificate - @tejashah88.
  • #28: Moved to the alexa-js organization - @dblock.
  • #23: Added server.stop() - @dblock.
  • #23: Added tests, code coverage and LICENSE - @dblock.
  • #27: Added Danger, PR linter - @dblock.

2.3.1 (December 3, 2016)

  • Fixed bug caused by custom slot types call - @matt-kruse.

2.3.0 (November 28, 2016)

2.2.4 (September 13, 2015)

2.2.3 (August 19, 2015)

  • Added the ability to retrieve schema and utterances output directly using url parameters - @matt-kruse.

2.2.2 (August 18, 2015)

  • Changed preRequest() and postRequest() to allow them to return a Promise if they perform async operations - @matt-kruse.