Releases: yvele/azure-function-express
Releases · yvele/azure-function-express
v2.0.0
Changelog
- Add compatibility with node v8 and v10 #18
- Support new Azure Functions runtime ~2 beta #18
- When not set, return empty object headers instead of
undefined
f89c2c1 MAY BE BREAKING 💥
- Specify no
sideEffects
in package.json
for Webpack tree shaking 70296e3
Contributors
v1.3.0
Fixes
- Allow headers to be passed as 2nd param to
writeHead
cab590d #11
Features
Chore
- Update dependencies (express, etc.) be4a93c
v1.2.1
Features
- Add
createHandler
as a short createAzureFunctionHandler
alias (main export) 19ea458
Refactor
v1.2.0
Fixes
- #2 Add
OutgoingMessage.setHeader
prototype implementation 660dc46
Chore
- Build package with loose mode 8b2e956
v1.1.0
Features
- Add connection object to IncomingMessage 57eaf49
Note: As a workaround for #2 you should disable x-powered-by
in your express application instance (app.disable("x-powered-by");
)
v1.0.0
Fixes
- #1 Make it work with Azure Function runtime ~1 3e1da50