v0.3.0
Feature Update
v0.3 of Lambda API adds additional features to handle more serverless application use case including JSONP support and cookie management.
There is also a breaking change in this release that requires a minor update to the way Lambda API is instantiated. This is to ensure future flexibility with the framework.
- Breaking Change: Update initialization method 0f79b0d, 1a05b8f
- Add
jsonp
convenience method (#12) d37fa54, 04e21de - Add
cookie
method for setting cookies and added built in cookie parsing (#3) 048ae1a, 9f25b3d, bdd4f4f - Add
clearCookie
method (#4) 9a9ebd3 - Documentation updates e714b53, ad349ab, e22ed79, 21ca353