Skip to content

v0.7.0

Compare
Choose a tag to compare
@jeremydaly jeremydaly released this 16 Jun 03:22
8d2bf79

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

  • Close #47 by adding id and context parsing 2d045cf
  • Add request context documentation 9ee79db

Test Coverage

  • Add support for test coverage 69ffb92
  • Re-config coverage tests and add ignores cd576a7

ESLint