Releases: jeremydaly/lambda-api
Releases · jeremydaly/lambda-api
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
v0.2.1
v0.2.0
Feature Release
v0.2.0 of Lambda API adds a few new convenience methods and introduces NAMESPACES, a new feature that lets you pass module references through the REQUEST
object. See the documentation for examples.
Features:
- Add
location()
andredirect()
convenience methods 8b9a746 - Add namespaces 1a37cd7
- Add util functions
escapeHtml
andencodeUrl
72c6380
Documentation and Tests:
- Add tests for new
location()
andredirect()
methods e5cafd4 - Add namespace documentation and other minor adjustments 3352c29
- Update documentation with new methods 2dfdb10, 7e1f6bf
- Add slow() setting for promise tests 8f1cc3a
Fixes:
v0.1.1
v0.1.0
v0.1.0-beta
v0.1.0-alpha
Initial alpha release