This repository was archived by the owner on Jul 24, 2019. It is now read-only.
Release v1.0.1
This release addresses a number of bug fixes since the initial release.
- When using the
waitForResponseadapter option, error events sometimes did not emit therespond()callback function (#18) - Added a
adapter.stop()method which is close the built-in HTTP server if one was started, and return a Promise which resolves after all connections have ended. (#27) - Errors thrown inside a handler will now result in a success response to the request by default (can be overridden by using
waitForResponseand passing an error to therespond()callback) (#21, #25) - Debugging support using the
DEBUGenvironment variable. (#19, #22) - More tests and documentation (#23, #26)