Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v1.2.1
Minor bug fix in Velocity Parsing
#13
v1.2.0
Support for CoffeeScript
Better type handling on Velocity parsing
v1.1.0
Finally a stable version of the plugin.
New CLI option: --debugOffline
Improved Velocity parsing: silent fails, just like API Gateway
v.1.0.8
And v1.0.7
Major bug from 1.0.6 fixed: #9
v1.0.6
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
Added support for string templates. #7
v1.0.4
500 errors are now sent in JSON instead of HTML.
v1.0.3
Major bugfix: responseTemplates now ignored if empty.
v1.0.2
Major bugfix: parsing velocity output was generating an uncaught error
v1.0.1
Major bugfix: responseTemplates handling. Minor bugfix: velocity JSON parsing.