Skip to content

Releases: Butterwire/serverless-plugin-monorepo

v0.11.0

01 Dec 15:36
Compare
Choose a tag to compare

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.

01 Dec 15:33
Compare
Choose a tag to compare

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

04 May 13:58
Compare
Choose a tag to compare

Fixes issue when package already exists (#16).

v0.8.0

25 Sep 16:22
Compare
Choose a tag to compare

Update to use junction links on Windows

v0.7.0

25 Feb 17:09
Compare
Choose a tag to compare

Support hooks for sls offline start and implicit start

v0.6.0

11 Feb 14:13
Compare
Choose a tag to compare

Integrate with serverless-offline

v0.5.0

05 Nov 14:37
Compare
Choose a tag to compare

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

v0.4.0

25 Sep 20:27
Compare
Choose a tag to compare

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

v0.3.0

25 Sep 16:26
Compare
Choose a tag to compare

No longer requires node_modules to exist. Fixes #2.

v0.2.0

24 Sep 08:26
Compare
Choose a tag to compare

Fixes #1. Also corrects logic.