Skip to content

Releases: Butterwire/serverless-plugin-monorepo

v0.11.0

Choose a tag to compare

@martin-css martin-css released this 01 Dec 15:36

Small maintenance release after a long hiatus:

  • Upgrades versions of dependencies
  • Marks as compatible with v1/2/3 of Serverless Framework
  • Fixes issue with trying to remove empty directories (#25)
  • Changes offline initialisation stage for compatibility with serverless-webpack

v0.10.0: Upgrade to TS.

Choose a tag to compare

@martin-css martin-css released this 01 Dec 15:33

Code was converted to Typescript & now using prettier & eslint for code linting.

Contains fix for ERR_PACKAGE_PATH_NOT_EXPORTED error (#21)

v0.9.0

Choose a tag to compare

@martin-css martin-css released this 04 May 13:58

Fixes issue when package already exists (#16).

v0.8.0

Choose a tag to compare

@martin-css martin-css released this 25 Sep 16:22

Update to use junction links on Windows

v0.7.0

Choose a tag to compare

@martin-css martin-css released this 25 Feb 17:09

Support hooks for sls offline start and implicit start

v0.6.0

Choose a tag to compare

@martin-css martin-css released this 11 Feb 14:13

Integrate with serverless-offline

v0.5.0

Choose a tag to compare

@martin-css martin-css released this 05 Nov 14:37

Run plugin when deploying individual functions (sls deploy -f). Implements #4.

v0.4.0

Choose a tag to compare

@martin-css martin-css released this 25 Sep 20:27

Updated to ensure full recursion of dependencies. Fixes #3.

v0.3.0

Choose a tag to compare

@martin-css martin-css released this 25 Sep 16:26

No longer requires node_modules to exist. Fixes #2.

v0.2.0

Choose a tag to compare

@martin-css martin-css released this 24 Sep 08:26

Fixes #1. Also corrects logic.