Skip to content

Commit 6c3bd4f

Browse files
author
Frank Schmid
committed
Update examples added
Update serverless-heaven#265 Added serverless-heaven#260 Added release notes. Increased version.
1 parent f2e0219 commit 6c3bd4f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ individually, resulting in smaller Lambda packages that contain only the code an
2424
dependencies needed to run the function. This allows the plugin to fully utilize
2525
WebPack's [Tree-Shaking][link-webpack-tree] optimization.
2626

27-
## Recent improvements
27+
## Recent improvements and important changes
2828

2929
* Improved extensibility for plugin authors (see _For Developers_ section)
30+
* Serverless 1.12+ is now required
3031

3132
For the complete release notes see the end of this document.
3233

@@ -476,6 +477,15 @@ plugin when running a command or invoked by a hook.
476477
477478
## Release Notes
478479
480+
* 4.0.0
481+
* BREAKING: Expose lifecycle events for plugin authors [#254][link-254]
482+
* Fixed deprecated hook warning [#126][link-126]
483+
* Support forceExclude option for external modules [#247][link-247]
484+
* Support stats output configuration in webpack config [#260][link-260]
485+
* Google: Only integrate package.json but not node modules into artifact [#264][link-264]
486+
* Documentation fixes and updates [#265][link-265]
487+
* Updated examples [#250][link-250]
488+
479489
* 3.1.2
480490
* Fix issue where dependencies with dots in their names would not be installed [#251][link-251]
481491
@@ -598,3 +608,11 @@ plugin when running a command or invoked by a hook.
598608
[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245
599609
600610
[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251
611+
612+
[link-126]: https://github.com/serverless-heaven/serverless-webpack/issues/126
613+
[link-247]: https://github.com/serverless-heaven/serverless-webpack/issues/247
614+
[link-250]: https://github.com/serverless-heaven/serverless-webpack/issues/250
615+
[link-254]: https://github.com/serverless-heaven/serverless-webpack/pull/254
616+
[link-260]: https://github.com/serverless-heaven/serverless-webpack/issues/260
617+
[link-264]: https://github.com/serverless-heaven/serverless-webpack/pull/264
618+
[link-265]: https://github.com/serverless-heaven/serverless-webpack/pull/265

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <nicola.peduzzi@elastic-coders.com> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)