3.1.1 (2022-04-19)
- update dependencies to address high severity vulnerabilities (5ba17e4)
- update dependencies to remove security warnings (0089e68)
3.1.1-rc.1 (2022-03-29)
- update dependencies to address high severity vulnerabilities (5ba17e4)
- update dependencies to remove security warnings (0089e68)
3.1.0 (2021-08-09)
- add schema extension for function property (70a54ca)
- fix skipping function functionality (9cfa93e)
- force graceful-js to 4.2.6 to stop some zipping issues (3beffea)
3.0.0 (2021-07-27)
- changes
invoke local
behaviour - bundling flow modified, may affect older versions
- bundle function when using
serverless invoke local
(1034a63)
- adapt to serverless artifact validation introduced in v2.51.1 (7ebe3d8)
3.0.0-rc.1 (2021-07-22)
- changes
invoke local
behaviour - bundling flow modified, may affect older versions
- bundle function when using
serverless invoke local
(1034a63)
- adapt to serverless artifact validation introduced in v2.51.1 (7ebe3d8)
2.3.1 (2020-08-04)
- update dependencies to remove vulnerabilities (86bb602)
2.3.0 (2020-03-23)
- fix packaging issue involving
graceful-fs
(2099e52) - improve bundling code, use output stream
open
event (b19ec43) - update dependencies, trying to fix weird issues with sls 1.62.x (55f04aa)
- add SLS_BROWSERIFIER_DEBUG flag (1dac77e)
2.3.0-rc.1 (2020-03-23)
- fix packaging issue involving
graceful-fs
(2099e52) - improve bundling code, use output stream
open
event (b19ec43)
- add SLS_BROWSERIFIER_DEBUG flag (1dac77e)
2.2.1-rc.1 (2020-02-10)
- update dependencies, trying to fix weird issues with sls 1.62.x (55f04aa)
Changelog
2.2.0 (2020-02-06)
- add granular packaging and disabling control (d424af6)
- Properly support
browserify
versions 16.1.0 and up by using the newnode
option. More info here. - Display
browserify
version in use by the plugin. - Add external
browserify
config. - Make more dependencies version flexible.
- Major README update.
- Make
browserify
a peer dependency.
- Improve
serverless
v1.18 support.
- Improper npm release, same as v1.0.3.
- Use
filesize
to report file size, just as serverless does.