Releases: Butterwire/serverless-plugin-monorepo
Releases · Butterwire/serverless-plugin-monorepo
Release list
v0.11.0
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.
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
Fixes issue when package already exists (#16).
v0.8.0
v0.7.0
Support hooks for sls offline start and implicit start
v0.6.0
v0.5.0
Run plugin when deploying individual functions (sls deploy -f). Implements #4.
v0.4.0
Updated to ensure full recursion of dependencies. Fixes #3.
v0.3.0
No longer requires node_modules to exist. Fixes #2.