Azure Function Express Versions Save

⚡️Allows Express.js usage with Azure Functions

v2.0.0

5 years ago

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 f89c2c1e2b7fa290b565dbc1300dff0a41fb7cad MAY BE BREAKING 💥
  • Specify no sideEffects in package.json for Webpack tree shaking 70296e366c1c17a8437342ba0e6eb630dc77e26b

Contributors

  • @maktwin #18 (big thanks for node v8 and v10 support + Azure Functions runtime v2)
  • @CyrusNajmabadi #20
  • @yvele

v1.3.0

6 years ago

Fixes

  • Allow headers to be passed as 2nd param to writeHead cab590d65ad10b7f1ab2f2bd6774a6cdfad5fb17 #11

Features

  • Expose all context properties (except done) via request.context dfa7aff28820dbe04875963f3bfc4af0cfe9ed5d #12

Chore

  • Update dependencies (express, etc.) be4a93c561c3eeded0341f7e20b6212ee24f6b1b

v1.2.2

6 years ago

Features

v1.1.0

7 years ago

Features


Note: As a workaround for https://github.com/yvele/azure-function-express/issues/2 you should disable x-powered-by in your express application instance (app.disable("x-powered-by");)

v1.0.0

7 years ago

v0.1.0

7 years ago

Features

  • First release 😉