Skip to content

Releases: dherault/serverless-offline

v3.2.1

30 Oct 15:23
Compare
Choose a tag to compare

See #143

v3.2.0

30 Oct 13:29
Compare
Choose a tag to compare

New feature

  • Lambda and Lambda proxies integrations! #117, #129
  • Also, introducing testing 🎉 !!!

v3.1.0

22 Oct 22:34
Compare
Choose a tag to compare

New features

  • Support for serverless-webpack (not documented yet, just put serverless-webpack before serverless-offline in your config file)
  • Support for short form HTTP event: #127, #105, #126
  • Resurrect --dontPrintOutput option

Minor bug fixes

v3.0.0

18 Oct 08:17
Compare
Choose a tag to compare

Support for Serverless v1 🎉

v2.8.4

16 Sep 15:12
Compare
Choose a tag to compare

Fix major bug concerning payload parsing. See #99

v2.8.3

30 Aug 08:16
Compare
Choose a tag to compare

New option: --dontPrintOutput. See #91

v2.8.1

16 Aug 13:02
Compare
Choose a tag to compare

Fixed major bug concerning payload parsing. See #81

v2.8.0

11 Aug 09:26
Compare
Choose a tag to compare

New feature: host name specification (defaults to localhost). See #80.

v2.7.1

30 Jul 11:42
Compare
Choose a tag to compare

See #74 and #75
New feature: running tests without starting a server

v2.6.2

25 Jul 07:36
Compare
Choose a tag to compare

New feature from the community: better parsing/non-parsing of POST request payload. See #73