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: