Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v1.0.0
Velocity templates and HTTPS support. Breaking changes in CLI options.
0.2.3
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
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
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.6
context.fail() now mimics APIG's error response
0.1.5
When using a prefix, your root route ('/') now redirects to your root prefixed route ('/prefix/')
0.1.3
In routes, trailing slashes are now ignored. (It's what APIG does)