v0.7.0
Feature Release
v0.7 adds new features to middleware allowing an optional path
that supports multiple paths, wildcards, and parameter matching to better control middleware execution plus additional parsing of the AWS Lambda context
object for use in your applications. In an effort to ensure code quality and adequate test coverage, ESLint was added as well as coverage reports using Istanbul and Coveralls.
Middleware Execution Paths
- Close #41 by adding path checks to middleware c8c7d06
- Add middleware path restriction documentation b25f1b7
Context Parsing
Test Coverage
ESLint