Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

73 lines (39 loc) · 3.18 KB

2.3.1 (2020-08-04)

Bug Fixes

  • update dependencies to remove vulnerabilities (86bb602)

2.3.0 (2020-03-23)

Bug Fixes

  • 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)

Features

  • add SLS_BROWSERIFIER_DEBUG flag (1dac77e)

2.3.0-rc.1 (2020-03-23)

Bug Fixes

  • fix packaging issue involving graceful-fs (2099e52)
  • improve bundling code, use output stream open event (b19ec43)

Features

  • add SLS_BROWSERIFIER_DEBUG flag (1dac77e)

2.2.1-rc.1 (2020-02-10)

Bug Fixes

  • update dependencies, trying to fix weird issues with sls 1.62.x (55f04aa)

Changelog

2.2.0 (2020-02-06)

Bug Fixes

  • fix disable flags, add proper documentation (fixes #12) (b4c7206)

Features

  • add granular packaging and disabling control (d424af6)

v2.1.0

  • Properly support browserify versions 16.1.0 and up by using the new node option. More info here.
  • Display browserify version in use by the plugin.
  • Add external browserify config.
  • Make more dependencies version flexible.
  • Major README update.

2.0.0

  • Make browserify a peer dependency.

v1.0.5

  • Improve serverless v1.18 support.

v1.0.4

  • Improper npm release, same as v1.0.3.

v1.0.3

  • Use filesize to report file size, just as serverless does.