Skip to content

Releases: dherault/serverless-offline

v1.0.0

01 Mar 16:16
Compare
Choose a tag to compare

Velocity templates and HTTPS support. Breaking changes in CLI options.

0.2.4

27 Feb 16:36
Compare
Choose a tag to compare

#4, typo fix.

0.2.3

26 Feb 15:32
Compare
Choose a tag to compare

0.2.2 as 1.0.0 dependencies in it, so I removed them and bumped to 0.2.3.

0.2.2 relates to #2

0.2.1

23 Feb 12:01
Compare
Choose a tag to compare

This is actually the real 0.2 release,

  • Require cache invalidation (no more Nodemon)
  • New timeout feature, just like a real λ
  • Better support for selectionPattern in endpoints

0.2.0

23 Feb 08:07
Compare
Choose a tag to compare

The first step on our journey to populate the event object just like APIG does it: see #1

  • Added --useTemplates option.
  • Major bug fix: this route '/' did not work without prefix.

0.1.7

22 Feb 10:38
Compare
Choose a tag to compare

Improved logging

0.1.6

22 Feb 10:26
Compare
Choose a tag to compare

context.fail() now mimics APIG's error response

0.1.5

22 Feb 10:07
Compare
Choose a tag to compare

When using a prefix, your root route ('/') now redirects to your root prefixed route ('/prefix/')

0.1.4

21 Feb 21:58
Compare
Choose a tag to compare

Better error handling

0.1.3

19 Feb 09:11
Compare
Choose a tag to compare

In routes, trailing slashes are now ignored. (It's what APIG does)