Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 2.42 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2019-04-02)

Bug Fixes

  • case-sensitive routing for sub-router mounting points (#17) (d7dfe46)
  • freeze lambda context object (#18) (b2c7dac)

Features

  • routing: add internal re-routing (#23) (02adb91)
  • Add basic logger (#20) (2dca77e)
  • Add Router route method (#19) (1174414)
  • Add support for promises in handlers (#30) (49f500c)
  • Escape newline/paragraph separators in JSONP responses (#36) (f681233)
  • Sanitize JSONP callback parameter values (#35) (fe01f3e)
  • Set nosniff for JSONP responses (#38) (5b5b7d9)
  • Use 'prepare' to build dist on 'npm install' from git repo (#41) (a58bdd7)

0.1.0 (2019-02-26)

This is the initial release of @silvermine/lambda-express. It is fully-functional and well-tested. It works with both API Gateway and Application Load Balancer. We are still planning to add a few more features before we cut a 1.0.0 release. You can grep the code for "TODO" items at commit 1d4f33e to see the list of those potential features and changes.