Skip to content

Releases: jeremydaly/lambda-api

v0.2.1

16 Mar 13:48
Compare
Choose a tag to compare

Maintenance Patch

Small patch that fixes some typos in the documentation and adds a new Why Another Web Framework? manifesto.

v0.2.0

15 Mar 17:21
2f58e3d
Compare
Choose a tag to compare

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() and redirect() convenience methods 8b9a746
  • Add namespaces 1a37cd7
  • Add util functions escapeHtml and encodeUrl 72c6380

Documentation and Tests:

  • Add tests for new location() and redirect() 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

01 Mar 17:11
Compare
Choose a tag to compare

v0.1.1 Patch

  • Fix potential issue where querystring is included with API Gateway path event 37ab326
  • Readme heading size fix 95bf5cf

v0.1.0

28 Jan 16:44
7579ee3
Compare
Choose a tag to compare

Stable v0.1.0 Release

  • Merge pull request #6 from @gloced adding requestContext to REQUEST dd086c1
  • Add tests for finally() method c55cc7f
  • Add documentation for finally() method, general edits 71a00c1

v0.1.0-beta

19 Oct 16:44
Compare
Choose a tag to compare

Beta release:

  • Documentation updates 0614ef6
  • Add support for empty responses 834b840
  • Empty responses test added 055770e
  • Automatic string conversion added to body output 7803fd9
  • Response tests added 6c916e9

v0.1.0-alpha

18 Oct 02:42
Compare
Choose a tag to compare

Initial alpha release