Skip to content

Commit

Permalink
Merge pull request #348 from serverless-heaven/Release-5.1.0
Browse files Browse the repository at this point in the history
Prepare 5.1.0 release
  • Loading branch information
HyperBrain authored Mar 14, 2018
2 parents 0164159 + c0b5220 commit e066fca
Show file tree
Hide file tree
Showing 3 changed files with 1,407 additions and 217 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ individually, resulting in smaller Lambda packages that contain only the code an
dependencies needed to run the function. This allows the plugin to fully utilize
WebPack's [Tree-Shaking][link-webpack-tree] optimization.
* Webpack version 3 and 4 support
* Support NPM and Yarn for packaging

## Recent improvements and important changes

* Support Yarn
* Support Webpack 4
* Drop Webpack 2 support
* Cleaned up configuration. You should now use a `custom.webpack` object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release. For details see below.
Expand Down Expand Up @@ -634,6 +636,11 @@ me to take it over and continue working on the project. That helped to revive it
## Release Notes
* 5.1.0
* Support Yarn [#286][link-286]
* Allow local invoke to use existing compiled output [#341][link-341] [#275][link-275]
* Support custom packager scripts [#343][link-343] [#342][link-342]
* 5.0.0
* Support Webpack 4 [#331][link-331] [#328][link-328]
* BREAKING: Drop support for Webpack 2
Expand Down Expand Up @@ -832,3 +839,9 @@ me to take it over and continue working on the project. That helped to revive it
[link-328]: https://github.com/serverless-heaven/serverless-webpack/pull/328
[link-336]: https://github.com/serverless-heaven/serverless-webpack/pull/336
[link-337]: https://github.com/serverless-heaven/serverless-webpack/pull/337
[link-275]: https://github.com/serverless-heaven/serverless-webpack/issues/275
[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286
[link-341]: https://github.com/serverless-heaven/serverless-webpack/issues/341
[link-342]: https://github.com/serverless-heaven/serverless-webpack/issues/342
[link-343]: https://github.com/serverless-heaven/serverless-webpack/issues/343
Loading

0 comments on commit e066fca

Please sign in to comment.