- Your contribution here.
- #88: No longer compatible with Node 0.12 - @martincostello.
- #88: Added access token, consent token, device ID and API endpoint to test page - @martincostello.
- #84, #73: Changed default server_root to
__dirname
- @benedekh. - #83, #77: Fixed Application ID not getting set in tests - @benedekh.
- #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.
- #35: Removed
body-parser
, properly mounted byalexa-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
anddebug
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.
- Fixed bug caused by custom slot types call - @matt-kruse.
- #2: Added view for custom slot types - @rickwargo.
- #14: Added support for alexa-verifier - @TomMettam.
- #1: Added HTTPS Support - @parisbutterfield.
- Added the ability to retrieve schema and utterances output directly using url parameters - @matt-kruse.
- Changed
preRequest()
andpostRequest()
to allow them to return aPromise
if they perform async operations - @matt-kruse.