Skip to content

Releases: juanjoDiaz/serverless-middleware

v3.3.0

17 Jan 20:00
Compare
Choose a tag to compare

Features

  • Add support for nodejs20.x

v3.2.0

15 Jul 10:48
Compare
Choose a tag to compare

Features

  • Add support for ES6 imports/exports ("type": "module")
    • ⚠️ Breaking change if using Typescript and serverless-webpack. You need to configure extensionAlias in webpack.config. See #52 (comment)

Maintenance

  • Update dependencies

v3.1.0

25 Nov 18:43
Compare
Choose a tag to compare

Breaking

  • Drop nodejs12x support during dev

Features

  • Add support for nodejs18.x

Maintenance

  • Update dependencies

v3.0.0

21 May 09:46
Compare
Choose a tag to compare

Breaking

  • Drop nodejs10x support

Features

  • Add support for nodejs16.x

Maintenance

  • Fix CI build on Windows
  • Update dependencies

v2.0.0

01 Feb 16:54
Compare
Choose a tag to compare

Breaking

  • Remove custom property from function config and use middleware directly

v1.0.0

31 Jan 20:55
Compare
Choose a tag to compare

Breaking

  • Drop node 10 & 12 support
  • Add support for Serverless v3

Bugfixes

  • Fix JSON Schema validation

Maintenance

  • Update dependencies

v0.0.15

25 Nov 07:32
Compare
Choose a tag to compare

Features

  • Move handlers to custom middleware

Maintenance

  • Update dependencies

v0.0.14

19 Feb 19:20
Compare
Choose a tag to compare

Features

  • Replace after:package:initialize by 'before:package:createDeploymentArtifacts (irrelevant from the user point of view, but important for working alongside other plugins)

v0.0.13

11 Feb 22:32
Compare
Choose a tag to compare

Bugfixes

  • Fix issue introduced in v0.0.12 when installing through NPM.

Maintenance

  • Add windows support for development

v0.0.12

10 Feb 22:56
Compare
Choose a tag to compare

BROKEN!!!
This particular release is broken when installed through NPM due to an issue with Husky, a dev dependency.

Features

  • Add support for deploy:function and invoke:local

Bugfixes

  • Fix issue with clean up process

Maintenance

  • Update dependencies