Skip to content

5.8.0

Choose a tag to compare

@j0k3r j0k3r released this 26 Jul 03:59
· 1606 commits to master since this release
e6bdbb1

Main changes

  1. We have added a new CLI option --skip-build which has the same behavior of the previous removed CLI option --no-build. That option allows to run a function with an existing compiled output. (see #1190)

  2. We have also properly defined CLI options to remove all errors like Detected unrecognized CLI options when using Serverless > v1 (see #1187)

What's Changed

  • Avoid future update of Jest >= 28 by @j0k3r in #1156
  • Match NPM --ignore-scripts w/ Yarn Support by @hnryjms in #1186
  • fix: packagerOption lockFile is now properly used (for NPM) by @moroine in #1191
  • fix: dependabot-automerge by @vicary in #1198
  • Define Serverless Webpack CLI options on other commands by @j0k3r in #1187
  • Add the --skip-build CLI option by @j0k3r in #1190
  • Prepare 5.8.0 by @j0k3r in #1203

New Contributors

  • @hnryjms made their first contribution in #1186

Full Changelog: v5.7.1...v5.8.0