Skip to content

Releases: yvele/azure-function-express

v2.0.0

04 Sep 12:44
Compare
Choose a tag to compare

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

16 Oct 12:21
Compare
Choose a tag to compare

Fixes

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

Features

Chore

  • Update dependencies (express, etc.) be4a93c

v1.2.2

02 May 16:16
Compare
Choose a tag to compare

Features

v1.2.1

18 Apr 12:23
Compare
Choose a tag to compare

Features

  • Add createHandler as a short createAzureFunctionHandler alias (main export) 19ea458

Refactor

  • Internal refactoring 0b93164
  • Switch testing stack from mocha/should/nyc/istanbul to jest b1d35ec 9683cd5

v1.2.0

01 Feb 22:48
Compare
Choose a tag to compare

Fixes

  • #2 Add OutgoingMessage.setHeader prototype implementation 660dc46

Chore

  • Build package with loose mode 8b2e956

v1.1.0

09 Dec 10:51
Compare
Choose a tag to compare

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

24 Nov 14:17
Compare
Choose a tag to compare

Fixes

  • #1 Make it work with Azure Function runtime ~1 3e1da50

v0.1.0

02 Nov 11:13
Compare
Choose a tag to compare

Features

  • First release 😉