Skip to content

Releases: dherault/serverless-offline

v1.0.6

08 Mar 13:10
Compare
Choose a tag to compare

Major bux fix: No template would result in a undefined event, now it is just empty: { isOffline: true }
Also: application/json Content-Type is now a default, just like APIG.
#8

v1.0.5

08 Mar 11:33
Compare
Choose a tag to compare

Added support for string templates. #7

v1.0.4

05 Mar 18:05
Compare
Choose a tag to compare

500 errors are now sent in JSON instead of HTML.

v1.0.3

02 Mar 14:22
Compare
Choose a tag to compare

Major bugfix: responseTemplates now ignored if empty.

v1.0.2

02 Mar 09:09
Compare
Choose a tag to compare

Major bugfix: parsing velocity output was generating an uncaught error

v1.0.1

01 Mar 16:17
Compare
Choose a tag to compare

Major bugfix: responseTemplates handling. Minor bugfix: velocity JSON parsing.

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